Represents a base class for all domain charts that can plot scatter data and shapefiles
Inheritance
object
ComponentBase
Classes that extend this class.
Derived Classes- IComponent
- IHandleEvent
- IHandleAfterRender
- JsonSerializable
- IDisposable
Constructors
Section titled "Constructors"constructor
public IgbDomainChart() Returns IgbDomainChart
Properties
Section titled "Properties"IgBlazor
Section titled "IgBlazor"Inherited from: BaseRendererControl
[Inject]
protected IIgniteUIBlazor IgBlazor { get; set; } Height
Section titled "Height"Inherited from: BaseRendererControl
[Parameter]
public string Height { get; set; } Width
Section titled "Width"Inherited from: BaseRendererControl
[Parameter]
public string Width { get; set; } Class
Section titled "Class"Inherited from: BaseRendererControl
[Parameter]
public string Class { get; set; } AdditionalAttributes
Section titled "AdditionalAttributes"Inherited from: BaseRendererControl
[Parameter(CaptureUnmatchedValues = true)]
public Dictionary<string, object> AdditionalAttributes { get; set; } ParentTypeName
Section titled "ParentTypeName"Inherited from: BaseRendererControl
protected virtual string ParentTypeName { get; } EventBehavior
Section titled "EventBehavior"Inherited from: BaseRendererControl
Gets or sets how events are bubbled up from JavaScript to Blazor.
[Parameter]
public ControlEventBehavior EventBehavior { get; set; } ChildContent
Section titled "ChildContent"Inherited from: BaseRendererControl
[Parameter]
public RenderFragment ChildContent { get; set; } RoundTripDateConversion
Section titled "RoundTripDateConversion"Inherited from: BaseRendererControl
Gets or sets what type of date conversion to make when round tripping dates.
[Parameter]
public RoundTripDateConversion RoundTripDateConversion { get; set; } SupportsVisualChildren
Section titled "SupportsVisualChildren"Inherited from: BaseRendererControl
protected virtual bool SupportsVisualChildren { get; } UseDirectRender
Section titled "UseDirectRender"Inherited from: BaseRendererControl
protected virtual bool UseDirectRender { get; } DirectRenderElementName
Section titled "DirectRenderElementName"Inherited from: BaseRendererControl
protected virtual string DirectRenderElementName { get; } NeedsDynamicContent
Section titled "NeedsDynamicContent"Inherited from: BaseRendererControl
protected virtual bool NeedsDynamicContent { get; } UseCamelEnumValues
Section titled "UseCamelEnumValues"Inherited from: BaseRendererControl
protected virtual bool UseCamelEnumValues { get; } ActualBrushes
Section titled "ActualBrushes"Gets the actual palette of brushes to use for coloring the chart series.
[Parameter]
public string ActualBrushes { get; set; } ActualOutlines
Section titled "ActualOutlines"Gets the actual palette of brushes to use for outlines on the chart series.
[Parameter]
public string ActualOutlines { get; set; } AlignsGridLinesToPixels
Section titled "AlignsGridLinesToPixels"Gets or sets a value indicating whether grid and tick lines are aligned to device pixels.
[Parameter]
public bool AlignsGridLinesToPixels { get; set; } AnimateSeriesWhenAxisRangeChanges
Section titled "AnimateSeriesWhenAxisRangeChanges"Gets or sets whether the series animations should be allowed when a range change has been detected on an axis.
[Parameter]
public bool AnimateSeriesWhenAxisRangeChanges { get; set; } AreaFillOpacity
Section titled "AreaFillOpacity"Gets or sets the fill opacity for all series that have area visuals in this chart.
[Parameter]
public double AreaFillOpacity { get; set; } AutoCalloutsVisible
Section titled "AutoCalloutsVisible"Gets or sets if the auto value callouts should be displayed.
[Parameter]
public bool AutoCalloutsVisible { get; set; } BottomMargin
Section titled "BottomMargin"Gets or sets the bottom margin around the chart content.
[Parameter]
public double BottomMargin { get; set; } Brushes
Section titled "Brushes"Gets or sets the palette of brushes to use for coloring the chart series.
[Parameter]
public string Brushes { get; set; } CalloutCollisionMode
Section titled "CalloutCollisionMode"Gets or sets if event annotations should be displayed.
[Parameter]
public CalloutCollisionMode CalloutCollisionMode { get; set; } CalloutLabelUpdating
Section titled "CalloutLabelUpdating"[Parameter]
public Action<IgbCalloutLabelUpdatingEventArgs> CalloutLabelUpdating { get; set; } CalloutLabelUpdatingScript
Section titled "CalloutLabelUpdatingScript"[Parameter]
public string CalloutLabelUpdatingScript { get; set; } CalloutRenderStyleUpdating
Section titled "CalloutRenderStyleUpdating"[Parameter]
public Action<IgbCalloutRenderStyleUpdatingEventArgs> CalloutRenderStyleUpdating { get; set; } CalloutRenderStyleUpdatingScript
Section titled "CalloutRenderStyleUpdatingScript"[Parameter]
public string CalloutRenderStyleUpdatingScript { get; set; } CalloutStyleUpdating
Section titled "CalloutStyleUpdating"[Parameter]
public Action<IgbCalloutStyleUpdatingEventArgs> CalloutStyleUpdating { get; set; } CalloutStyleUpdatingEventEnabled
Section titled "CalloutStyleUpdatingEventEnabled"Gets or sets if event annotations should be displayed.
[Parameter]
public bool CalloutStyleUpdatingEventEnabled { get; set; } CalloutStyleUpdatingScript
Section titled "CalloutStyleUpdatingScript"[Parameter]
public string CalloutStyleUpdatingScript { get; set; } CalloutsAllowedPositions
Section titled "CalloutsAllowedPositions"Gets or sets the allowed positions that the callout layer is allowed to use.
public IgbCalloutPlacementPositionsCollection CalloutsAllowedPositions { get; set; } CalloutsAutoLabelPrecision
Section titled "CalloutsAutoLabelPrecision"Gets or sets the amount of precision to apply to the auto callout labels.
[Parameter]
public int CalloutsAutoLabelPrecision { get; set; } CalloutsBackground
Section titled "CalloutsBackground"Gets or sets color of the callout background.
[Parameter]
public string CalloutsBackground { get; set; } CalloutsContentMemberPath
Section titled "CalloutsContentMemberPath"Gets or sets the member path of the content data for the callouts.
[Parameter]
public string CalloutsContentMemberPath { get; set; } CalloutsDarkTextColor
Section titled "CalloutsDarkTextColor"Gets or sets the text color on light callout background.
[Parameter]
public string CalloutsDarkTextColor { get; set; } CalloutsDataSource
Section titled "CalloutsDataSource"Gets or sets the collection of callout data to be annotated.
[Parameter]
public object CalloutsDataSource { get; set; } CalloutsDataSourceScript
Section titled "CalloutsDataSourceScript"Provides a means of setting CalloutsDataSource in the JavaScript environment.
[Parameter]
public string CalloutsDataSourceScript { get; set; } CalloutsFontFamily
Section titled "CalloutsFontFamily"[Parameter]
public string CalloutsFontFamily { get; set; } CalloutsFontSize
Section titled "CalloutsFontSize"[Parameter]
public double CalloutsFontSize { get; set; } CalloutsFontStyle
Section titled "CalloutsFontStyle"[Parameter]
public string CalloutsFontStyle { get; set; } CalloutsFontWeight
Section titled "CalloutsFontWeight"[Parameter]
public string CalloutsFontWeight { get; set; } CalloutsLabelMemberPath
Section titled "CalloutsLabelMemberPath"Gets or sets the member path of the label data for the callouts.
[Parameter]
public string CalloutsLabelMemberPath { get; set; } CalloutsLeaderBrush
Section titled "CalloutsLeaderBrush"Gets or sets color of callout's leader lines.
[Parameter]
public string CalloutsLeaderBrush { get; set; } CalloutsLightTextColor
Section titled "CalloutsLightTextColor"Gets or sets the text color on dark callout background.
[Parameter]
public string CalloutsLightTextColor { get; set; } CalloutsOutline
Section titled "CalloutsOutline"Gets or sets color of the callout outlines.
[Parameter]
public string CalloutsOutline { get; set; } CalloutsStrokeThickness
Section titled "CalloutsStrokeThickness"Gets or sets if the thickness that should be used for the callout outlines.
[Parameter]
public double CalloutsStrokeThickness { get; set; } CalloutsTextColor
Section titled "CalloutsTextColor"Gets or sets text color of callout.
[Parameter]
public string CalloutsTextColor { get; set; } CalloutsUseAutoContrastingLabelColors
Section titled "CalloutsUseAutoContrastingLabelColors"Gets or sets whether to the label color is automatically decided between a light and dark option for contrast.
[Parameter]
public bool CalloutsUseAutoContrastingLabelColors { get; set; } CalloutsUseItemColorForFill
Section titled "CalloutsUseItemColorForFill"Gets or sets if the series item color should be used for the callout fills.
[Parameter]
public bool CalloutsUseItemColorForFill { get; set; } CalloutsUseItemColorForOutline
Section titled "CalloutsUseItemColorForOutline"Gets or sets if the series item color should be used for the callout outlines.
[Parameter]
public bool CalloutsUseItemColorForOutline { get; set; } CalloutsVisible
Section titled "CalloutsVisible"Gets or sets if callouts should be displayed.
[Parameter]
public bool CalloutsVisible { get; set; } CalloutsXMemberPath
Section titled "CalloutsXMemberPath"Gets or sets the member path of the X data for the callouts.
[Parameter]
public string CalloutsXMemberPath { get; set; } CalloutsYMemberPath
Section titled "CalloutsYMemberPath"Gets or sets the member path of the Y data for the callouts.
[Parameter]
public string CalloutsYMemberPath { get; set; } ChartTitle
Section titled "ChartTitle"Gets or sets text to display above the plot area.
[Parameter]
public string ChartTitle { get; set; } ComputedPlotAreaMarginMode
Section titled "ComputedPlotAreaMarginMode"Gets or sets mode to use for automatically calculating the plot area margin.
[Parameter]
public ComputedPlotAreaMarginMode ComputedPlotAreaMarginMode { get; set; } CrosshairsAnnotationEnabled
Section titled "CrosshairsAnnotationEnabled"Gets or sets whether annotations are shown along the axis for crosshair values
[Parameter]
public bool CrosshairsAnnotationEnabled { get; set; } CrosshairsAnnotationXAxisBackground
Section titled "CrosshairsAnnotationXAxisBackground"Gets or sets the background of crosshair annotation on x-axis.
[Parameter]
public string CrosshairsAnnotationXAxisBackground { get; set; } CrosshairsAnnotationXAxisPrecision
Section titled "CrosshairsAnnotationXAxisPrecision"Gets or sets precision on interpolated values of crosshairs on x-axis.
[Parameter]
public int CrosshairsAnnotationXAxisPrecision { get; set; } CrosshairsAnnotationXAxisTextColor
Section titled "CrosshairsAnnotationXAxisTextColor"Gets or sets the text color of crosshair annotation on x-axis.
[Parameter]
public string CrosshairsAnnotationXAxisTextColor { get; set; } CrosshairsAnnotationYAxisBackground
Section titled "CrosshairsAnnotationYAxisBackground"Gets or sets the background of crosshair annotation on y-axis.
[Parameter]
public string CrosshairsAnnotationYAxisBackground { get; set; } CrosshairsAnnotationYAxisPrecision
Section titled "CrosshairsAnnotationYAxisPrecision"Gets or sets precision on interpolated values of crosshairs on y-axis.
[Parameter]
public int CrosshairsAnnotationYAxisPrecision { get; set; } CrosshairsAnnotationYAxisTextColor
Section titled "CrosshairsAnnotationYAxisTextColor"Gets or sets the text color of crosshair annotation on y-axis.
[Parameter]
public string CrosshairsAnnotationYAxisTextColor { get; set; } CrosshairsDisplayMode
Section titled "CrosshairsDisplayMode"Gets or sets the crosshairs to be displayed.
[Parameter]
public CrosshairsDisplayMode CrosshairsDisplayMode { get; set; } CrosshairsLineHorizontalStroke
Section titled "CrosshairsLineHorizontalStroke"Gets or sets the color to apply to horizontal crosshairs line.
[Parameter]
public string CrosshairsLineHorizontalStroke { get; set; } CrosshairsLineThickness
Section titled "CrosshairsLineThickness"Gets or sets thickness of crosshairs lines.
[Parameter]
public double CrosshairsLineThickness { get; set; } CrosshairsLineVerticalStroke
Section titled "CrosshairsLineVerticalStroke"Gets or sets the color to apply to vertical crosshairs line.
[Parameter]
public string CrosshairsLineVerticalStroke { get; set; } CrosshairsSkipInvalidData
Section titled "CrosshairsSkipInvalidData"Gets or sets whether axis annotation are skipped for invalid data in a given position.
[Parameter]
public bool CrosshairsSkipInvalidData { get; set; } CrosshairsSkipZeroValueFragments
Section titled "CrosshairsSkipZeroValueFragments"Gets or sets whether axis annotation are skipped for zero-value fragments in a given position.
[Parameter]
public bool CrosshairsSkipZeroValueFragments { get; set; } CrosshairsSnapToData
Section titled "CrosshairsSnapToData"Gets or sets whether crosshairs will snap to the nearest data point.
[Parameter]
public bool CrosshairsSnapToData { get; set; } DataSource
Section titled "DataSource"Gets or sets a collection of data items used to generate the chart.
[Parameter]
public object DataSource { get; set; } DataSourceScript
Section titled "DataSourceScript"Provides a means of setting DataSource in the JavaScript environment.
[Parameter]
public string DataSourceScript { get; set; } DataToolTipBadgeMarginBottom
Section titled "DataToolTipBadgeMarginBottom"[Parameter]
public double DataToolTipBadgeMarginBottom { get; set; } DataToolTipBadgeMarginLeft
Section titled "DataToolTipBadgeMarginLeft"[Parameter]
public double DataToolTipBadgeMarginLeft { get; set; } DataToolTipBadgeMarginRight
Section titled "DataToolTipBadgeMarginRight"[Parameter]
public double DataToolTipBadgeMarginRight { get; set; } DataToolTipBadgeMarginTop
Section titled "DataToolTipBadgeMarginTop"[Parameter]
public double DataToolTipBadgeMarginTop { get; set; } DataToolTipBadgeShape
Section titled "DataToolTipBadgeShape"Gets or sets the BadgeShape for the data legend.
[Parameter]
public LegendItemBadgeShape DataToolTipBadgeShape { get; set; } DataToolTipDefaultPositionOffsetX
Section titled "DataToolTipDefaultPositionOffsetX"Gets or sets the offset of the tooltip layer on the X axis.
[Parameter]
public double DataToolTipDefaultPositionOffsetX { get; set; } DataToolTipDefaultPositionOffsetY
Section titled "DataToolTipDefaultPositionOffsetY"Gets or sets the offset of the tooltip layer on the Y axis.
[Parameter]
public double DataToolTipDefaultPositionOffsetY { get; set; } DataToolTipExcludedColumns
Section titled "DataToolTipExcludedColumns"Gets or sets names of data columns or their labels to exclude from displaying in the data legend, e.g. "High, Low" or "H, L"
[Parameter]
public string[] DataToolTipExcludedColumns { get; set; } DataToolTipExcludedSeries
Section titled "DataToolTipExcludedSeries"Gets or sets indexes, titles, or names of series to exclude from displaying in the data tooltip, e.g. "0, 1" or "Series1 Title, Series2 Title"
[Parameter]
public string[] DataToolTipExcludedSeries { get; set; } DataToolTipGroupRowMarginBottom
Section titled "DataToolTipGroupRowMarginBottom"[Parameter]
public double DataToolTipGroupRowMarginBottom { get; set; } DataToolTipGroupRowMarginLeft
Section titled "DataToolTipGroupRowMarginLeft"[Parameter]
public double DataToolTipGroupRowMarginLeft { get; set; } DataToolTipGroupRowMarginRight
Section titled "DataToolTipGroupRowMarginRight"[Parameter]
public double DataToolTipGroupRowMarginRight { get; set; } DataToolTipGroupRowMarginTop
Section titled "DataToolTipGroupRowMarginTop"[Parameter]
public double DataToolTipGroupRowMarginTop { get; set; } DataToolTipGroupRowVisible
Section titled "DataToolTipGroupRowVisible"Gets or sets whether to show Group row.
[Parameter]
public bool DataToolTipGroupRowVisible { get; set; } DataToolTipGroupTextColor
Section titled "DataToolTipGroupTextColor"Gets or sets the Group text color.
[Parameter]
public string DataToolTipGroupTextColor { get; set; } DataToolTipGroupTextFontFamily
Section titled "DataToolTipGroupTextFontFamily"[Parameter]
public string DataToolTipGroupTextFontFamily { get; set; } DataToolTipGroupTextFontSize
Section titled "DataToolTipGroupTextFontSize"[Parameter]
public double DataToolTipGroupTextFontSize { get; set; } DataToolTipGroupTextFontStyle
Section titled "DataToolTipGroupTextFontStyle"[Parameter]
public string DataToolTipGroupTextFontStyle { get; set; } DataToolTipGroupTextFontWeight
Section titled "DataToolTipGroupTextFontWeight"[Parameter]
public string DataToolTipGroupTextFontWeight { get; set; } DataToolTipGroupTextMarginBottom
Section titled "DataToolTipGroupTextMarginBottom"[Parameter]
public double DataToolTipGroupTextMarginBottom { get; set; } DataToolTipGroupTextMarginLeft
Section titled "DataToolTipGroupTextMarginLeft"[Parameter]
public double DataToolTipGroupTextMarginLeft { get; set; } DataToolTipGroupTextMarginRight
Section titled "DataToolTipGroupTextMarginRight"[Parameter]
public double DataToolTipGroupTextMarginRight { get; set; } DataToolTipGroupTextMarginTop
Section titled "DataToolTipGroupTextMarginTop"[Parameter]
public double DataToolTipGroupTextMarginTop { get; set; } DataToolTipGroupedPositionModeX
Section titled "DataToolTipGroupedPositionModeX"Gets or sets the tooltip position mode on the X axis for grouped series.
[Parameter]
public DataTooltipGroupedPositionX DataToolTipGroupedPositionModeX { get; set; } DataToolTipGroupedPositionModeY
Section titled "DataToolTipGroupedPositionModeY"Gets or sets the tooltip position mode on the Y axis for grouped series.
[Parameter]
public DataTooltipGroupedPositionY DataToolTipGroupedPositionModeY { get; set; } DataToolTipGroupingMode
Section titled "DataToolTipGroupingMode"[Parameter]
public DataToolTipLayerGroupingMode DataToolTipGroupingMode { get; set; } DataToolTipHeaderFormatCulture
Section titled "DataToolTipHeaderFormatCulture"Gets or sets globalization culture when displaying header as date time
[Parameter]
public string DataToolTipHeaderFormatCulture { get; set; } DataToolTipHeaderFormatDate
Section titled "DataToolTipHeaderFormatDate"Gets or sets date format for the header
[Parameter]
public DataLegendHeaderDateMode DataToolTipHeaderFormatDate { get; set; } DataToolTipHeaderFormatSpecifiers
Section titled "DataToolTipHeaderFormatSpecifiers"Gets or sets the format specifiers to use with the HeaderFormatString string.
public IgbFormatSpecifierCollection DataToolTipHeaderFormatSpecifiers { get; set; } DataToolTipHeaderFormatString
Section titled "DataToolTipHeaderFormatString"Gets or sets the format string for header text displayed in the data legend.
[Parameter]
public string DataToolTipHeaderFormatString { get; set; } DataToolTipHeaderFormatTime
Section titled "DataToolTipHeaderFormatTime"Gets or sets time format for the header
[Parameter]
public DataLegendHeaderTimeMode DataToolTipHeaderFormatTime { get; set; } DataToolTipHeaderRowMarginBottom
Section titled "DataToolTipHeaderRowMarginBottom"[Parameter]
public double DataToolTipHeaderRowMarginBottom { get; set; } DataToolTipHeaderRowMarginLeft
Section titled "DataToolTipHeaderRowMarginLeft"[Parameter]
public double DataToolTipHeaderRowMarginLeft { get; set; } DataToolTipHeaderRowMarginRight
Section titled "DataToolTipHeaderRowMarginRight"[Parameter]
public double DataToolTipHeaderRowMarginRight { get; set; } DataToolTipHeaderRowMarginTop
Section titled "DataToolTipHeaderRowMarginTop"[Parameter]
public double DataToolTipHeaderRowMarginTop { get; set; } DataToolTipHeaderRowVisible
Section titled "DataToolTipHeaderRowVisible"Gets or sets whether to show Header row.
[Parameter]
public bool DataToolTipHeaderRowVisible { get; set; } DataToolTipHeaderText
Section titled "DataToolTipHeaderText"Gets or sets the HeaderText for the data legend.
[Parameter]
public string DataToolTipHeaderText { get; set; } DataToolTipHeaderTextColor
Section titled "DataToolTipHeaderTextColor"Gets or sets the header text color.
[Parameter]
public string DataToolTipHeaderTextColor { get; set; } DataToolTipHeaderTextFontFamily
Section titled "DataToolTipHeaderTextFontFamily"[Parameter]
public string DataToolTipHeaderTextFontFamily { get; set; } DataToolTipHeaderTextFontSize
Section titled "DataToolTipHeaderTextFontSize"[Parameter]
public double DataToolTipHeaderTextFontSize { get; set; } DataToolTipHeaderTextFontStyle
Section titled "DataToolTipHeaderTextFontStyle"[Parameter]
public string DataToolTipHeaderTextFontStyle { get; set; } DataToolTipHeaderTextFontWeight
Section titled "DataToolTipHeaderTextFontWeight"[Parameter]
public string DataToolTipHeaderTextFontWeight { get; set; } DataToolTipHeaderTextMarginBottom
Section titled "DataToolTipHeaderTextMarginBottom"[Parameter]
public double DataToolTipHeaderTextMarginBottom { get; set; } DataToolTipHeaderTextMarginLeft
Section titled "DataToolTipHeaderTextMarginLeft"[Parameter]
public double DataToolTipHeaderTextMarginLeft { get; set; } DataToolTipHeaderTextMarginRight
Section titled "DataToolTipHeaderTextMarginRight"[Parameter]
public double DataToolTipHeaderTextMarginRight { get; set; } DataToolTipHeaderTextMarginTop
Section titled "DataToolTipHeaderTextMarginTop"[Parameter]
public double DataToolTipHeaderTextMarginTop { get; set; } DataToolTipIncludedColumns
Section titled "DataToolTipIncludedColumns"Gets or sets names of data columns or their labels to include in displaying in the data legend, e.g. "High, Low" or "H, L"
[Parameter]
public string[] DataToolTipIncludedColumns { get; set; } DataToolTipIncludedSeries
Section titled "DataToolTipIncludedSeries"Gets or sets indexes, titles, or names of series to include in displaying in the data tooltip, e.g. "0, 1" or "Series1 Title, Series2 Title"
[Parameter]
public string[] DataToolTipIncludedSeries { get; set; } DataToolTipLabelDisplayMode
Section titled "DataToolTipLabelDisplayMode"Gets or sets the mode for displaying labels before series values in the data legend, e.g. O: H: L: C: for financial series
[Parameter]
public DataLegendLabelMode DataToolTipLabelDisplayMode { get; set; } DataToolTipLabelTextColor
Section titled "DataToolTipLabelTextColor"Gets or sets the units text color.
[Parameter]
public string DataToolTipLabelTextColor { get; set; } DataToolTipLabelTextFontFamily
Section titled "DataToolTipLabelTextFontFamily"[Parameter]
public string DataToolTipLabelTextFontFamily { get; set; } DataToolTipLabelTextFontSize
Section titled "DataToolTipLabelTextFontSize"[Parameter]
public double DataToolTipLabelTextFontSize { get; set; } DataToolTipLabelTextFontStyle
Section titled "DataToolTipLabelTextFontStyle"[Parameter]
public string DataToolTipLabelTextFontStyle { get; set; } DataToolTipLabelTextFontWeight
Section titled "DataToolTipLabelTextFontWeight"[Parameter]
public string DataToolTipLabelTextFontWeight { get; set; } DataToolTipLabelTextMarginBottom
Section titled "DataToolTipLabelTextMarginBottom"[Parameter]
public double DataToolTipLabelTextMarginBottom { get; set; } DataToolTipLabelTextMarginLeft
Section titled "DataToolTipLabelTextMarginLeft"[Parameter]
public double DataToolTipLabelTextMarginLeft { get; set; } DataToolTipLabelTextMarginRight
Section titled "DataToolTipLabelTextMarginRight"[Parameter]
public double DataToolTipLabelTextMarginRight { get; set; } DataToolTipLabelTextMarginTop
Section titled "DataToolTipLabelTextMarginTop"[Parameter]
public double DataToolTipLabelTextMarginTop { get; set; } DataToolTipPositionOffsetX
Section titled "DataToolTipPositionOffsetX"Gets or sets the offset of the tooltip layer on the X axis.
[Parameter]
public double DataToolTipPositionOffsetX { get; set; } DataToolTipPositionOffsetY
Section titled "DataToolTipPositionOffsetY"Gets or sets the offset of the tooltip layer on the Y axis.
[Parameter]
public double DataToolTipPositionOffsetY { get; set; } DataToolTipShouldUpdateWhenSeriesDataChanges
Section titled "DataToolTipShouldUpdateWhenSeriesDataChanges"Gets or sets whether the data legend should update when the series data is mutated.
[Parameter]
public bool DataToolTipShouldUpdateWhenSeriesDataChanges { get; set; } DataToolTipSummaryLabelText
Section titled "DataToolTipSummaryLabelText"Gets or sets the units text for the data legend.
[Parameter]
public string DataToolTipSummaryLabelText { get; set; } DataToolTipSummaryLabelTextColor
Section titled "DataToolTipSummaryLabelTextColor"Gets or sets the units text color.
[Parameter]
public string DataToolTipSummaryLabelTextColor { get; set; } DataToolTipSummaryLabelTextFontFamily
Section titled "DataToolTipSummaryLabelTextFontFamily"[Parameter]
public string DataToolTipSummaryLabelTextFontFamily { get; set; } DataToolTipSummaryLabelTextFontSize
Section titled "DataToolTipSummaryLabelTextFontSize"[Parameter]
public double DataToolTipSummaryLabelTextFontSize { get; set; } DataToolTipSummaryLabelTextFontStyle
Section titled "DataToolTipSummaryLabelTextFontStyle"[Parameter]
public string DataToolTipSummaryLabelTextFontStyle { get; set; } DataToolTipSummaryLabelTextFontWeight
Section titled "DataToolTipSummaryLabelTextFontWeight"[Parameter]
public string DataToolTipSummaryLabelTextFontWeight { get; set; } DataToolTipSummaryRowMarginBottom
Section titled "DataToolTipSummaryRowMarginBottom"[Parameter]
public double DataToolTipSummaryRowMarginBottom { get; set; } DataToolTipSummaryRowMarginLeft
Section titled "DataToolTipSummaryRowMarginLeft"[Parameter]
public double DataToolTipSummaryRowMarginLeft { get; set; } DataToolTipSummaryRowMarginRight
Section titled "DataToolTipSummaryRowMarginRight"[Parameter]
public double DataToolTipSummaryRowMarginRight { get; set; } DataToolTipSummaryRowMarginTop
Section titled "DataToolTipSummaryRowMarginTop"[Parameter]
public double DataToolTipSummaryRowMarginTop { get; set; } DataToolTipSummaryTitleText
Section titled "DataToolTipSummaryTitleText"Gets or sets the SummaryTitleText for the data legend.
[Parameter]
public string DataToolTipSummaryTitleText { get; set; } DataToolTipSummaryTitleTextColor
Section titled "DataToolTipSummaryTitleTextColor"Gets or sets the summary text color.
[Parameter]
public string DataToolTipSummaryTitleTextColor { get; set; } DataToolTipSummaryTitleTextFontFamily
Section titled "DataToolTipSummaryTitleTextFontFamily"[Parameter]
public string DataToolTipSummaryTitleTextFontFamily { get; set; } DataToolTipSummaryTitleTextFontSize
Section titled "DataToolTipSummaryTitleTextFontSize"[Parameter]
public double DataToolTipSummaryTitleTextFontSize { get; set; } DataToolTipSummaryTitleTextFontStyle
Section titled "DataToolTipSummaryTitleTextFontStyle"[Parameter]
public string DataToolTipSummaryTitleTextFontStyle { get; set; } DataToolTipSummaryTitleTextFontWeight
Section titled "DataToolTipSummaryTitleTextFontWeight"[Parameter]
public string DataToolTipSummaryTitleTextFontWeight { get; set; } DataToolTipSummaryTitleTextMarginBottom
Section titled "DataToolTipSummaryTitleTextMarginBottom"[Parameter]
public double DataToolTipSummaryTitleTextMarginBottom { get; set; } DataToolTipSummaryTitleTextMarginLeft
Section titled "DataToolTipSummaryTitleTextMarginLeft"[Parameter]
public double DataToolTipSummaryTitleTextMarginLeft { get; set; } DataToolTipSummaryTitleTextMarginRight
Section titled "DataToolTipSummaryTitleTextMarginRight"[Parameter]
public double DataToolTipSummaryTitleTextMarginRight { get; set; } DataToolTipSummaryTitleTextMarginTop
Section titled "DataToolTipSummaryTitleTextMarginTop"[Parameter]
public double DataToolTipSummaryTitleTextMarginTop { get; set; } DataToolTipSummaryType
Section titled "DataToolTipSummaryType"Gets or sets the SummaryType for the data legend.
[Parameter]
public DataLegendSummaryType DataToolTipSummaryType { get; set; } DataToolTipSummaryUnitsText
Section titled "DataToolTipSummaryUnitsText"Gets or sets the units text for the data legend.
[Parameter]
public string DataToolTipSummaryUnitsText { get; set; } DataToolTipSummaryUnitsTextColor
Section titled "DataToolTipSummaryUnitsTextColor"Gets or sets the units text color.
[Parameter]
public string DataToolTipSummaryUnitsTextColor { get; set; } DataToolTipSummaryUnitsTextFontFamily
Section titled "DataToolTipSummaryUnitsTextFontFamily"[Parameter]
public string DataToolTipSummaryUnitsTextFontFamily { get; set; } DataToolTipSummaryUnitsTextFontSize
Section titled "DataToolTipSummaryUnitsTextFontSize"[Parameter]
public double DataToolTipSummaryUnitsTextFontSize { get; set; } DataToolTipSummaryUnitsTextFontStyle
Section titled "DataToolTipSummaryUnitsTextFontStyle"[Parameter]
public string DataToolTipSummaryUnitsTextFontStyle { get; set; } DataToolTipSummaryUnitsTextFontWeight
Section titled "DataToolTipSummaryUnitsTextFontWeight"[Parameter]
public string DataToolTipSummaryUnitsTextFontWeight { get; set; } DataToolTipSummaryValueTextColor
Section titled "DataToolTipSummaryValueTextColor"Gets or sets the units text color.
[Parameter]
public string DataToolTipSummaryValueTextColor { get; set; } DataToolTipSummaryValueTextFontFamily
Section titled "DataToolTipSummaryValueTextFontFamily"[Parameter]
public string DataToolTipSummaryValueTextFontFamily { get; set; } DataToolTipSummaryValueTextFontSize
Section titled "DataToolTipSummaryValueTextFontSize"[Parameter]
public double DataToolTipSummaryValueTextFontSize { get; set; } DataToolTipSummaryValueTextFontStyle
Section titled "DataToolTipSummaryValueTextFontStyle"[Parameter]
public string DataToolTipSummaryValueTextFontStyle { get; set; } DataToolTipSummaryValueTextFontWeight
Section titled "DataToolTipSummaryValueTextFontWeight"[Parameter]
public string DataToolTipSummaryValueTextFontWeight { get; set; } DataToolTipTitleTextColor
Section titled "DataToolTipTitleTextColor"Gets or sets the display text color.
[Parameter]
public string DataToolTipTitleTextColor { get; set; } DataToolTipTitleTextFontFamily
Section titled "DataToolTipTitleTextFontFamily"[Parameter]
public string DataToolTipTitleTextFontFamily { get; set; } DataToolTipTitleTextFontSize
Section titled "DataToolTipTitleTextFontSize"[Parameter]
public double DataToolTipTitleTextFontSize { get; set; } DataToolTipTitleTextFontStyle
Section titled "DataToolTipTitleTextFontStyle"[Parameter]
public string DataToolTipTitleTextFontStyle { get; set; } DataToolTipTitleTextFontWeight
Section titled "DataToolTipTitleTextFontWeight"[Parameter]
public string DataToolTipTitleTextFontWeight { get; set; } DataToolTipTitleTextMarginBottom
Section titled "DataToolTipTitleTextMarginBottom"[Parameter]
public double DataToolTipTitleTextMarginBottom { get; set; } DataToolTipTitleTextMarginLeft
Section titled "DataToolTipTitleTextMarginLeft"[Parameter]
public double DataToolTipTitleTextMarginLeft { get; set; } DataToolTipTitleTextMarginRight
Section titled "DataToolTipTitleTextMarginRight"[Parameter]
public double DataToolTipTitleTextMarginRight { get; set; } DataToolTipTitleTextMarginTop
Section titled "DataToolTipTitleTextMarginTop"[Parameter]
public double DataToolTipTitleTextMarginTop { get; set; } DataToolTipUnitsDisplayMode
Section titled "DataToolTipUnitsDisplayMode"Gets or sets the UnitsMode for the data legend.
[Parameter]
public DataLegendUnitsMode DataToolTipUnitsDisplayMode { get; set; } DataToolTipUnitsText
Section titled "DataToolTipUnitsText"Gets or sets the units text for the data legend.
[Parameter]
public string DataToolTipUnitsText { get; set; } DataToolTipUnitsTextColor
Section titled "DataToolTipUnitsTextColor"Gets or sets the units text color.
[Parameter]
public string DataToolTipUnitsTextColor { get; set; } DataToolTipUnitsTextFontFamily
Section titled "DataToolTipUnitsTextFontFamily"[Parameter]
public string DataToolTipUnitsTextFontFamily { get; set; } DataToolTipUnitsTextFontSize
Section titled "DataToolTipUnitsTextFontSize"[Parameter]
public double DataToolTipUnitsTextFontSize { get; set; } DataToolTipUnitsTextFontStyle
Section titled "DataToolTipUnitsTextFontStyle"[Parameter]
public string DataToolTipUnitsTextFontStyle { get; set; } DataToolTipUnitsTextFontWeight
Section titled "DataToolTipUnitsTextFontWeight"[Parameter]
public string DataToolTipUnitsTextFontWeight { get; set; } DataToolTipUnitsTextMarginBottom
Section titled "DataToolTipUnitsTextMarginBottom"[Parameter]
public double DataToolTipUnitsTextMarginBottom { get; set; } DataToolTipUnitsTextMarginLeft
Section titled "DataToolTipUnitsTextMarginLeft"[Parameter]
public double DataToolTipUnitsTextMarginLeft { get; set; } DataToolTipUnitsTextMarginRight
Section titled "DataToolTipUnitsTextMarginRight"[Parameter]
public double DataToolTipUnitsTextMarginRight { get; set; } DataToolTipUnitsTextMarginTop
Section titled "DataToolTipUnitsTextMarginTop"[Parameter]
public double DataToolTipUnitsTextMarginTop { get; set; } DataToolTipValueFormatAbbreviation
Section titled "DataToolTipValueFormatAbbreviation"Gets or sets mode for abbreviating large numbers displayed in the legend
[Parameter]
public DataAbbreviationMode DataToolTipValueFormatAbbreviation { get; set; } DataToolTipValueFormatCulture
Section titled "DataToolTipValueFormatCulture"Gets or sets globalization culture when displaying values as currencies, e.g. use "en-GB" to display British pound symbol when the ValueFormatMode property is set to 'Currency' mode
[Parameter]
public string DataToolTipValueFormatCulture { get; set; } DataToolTipValueFormatMaxFractions
Section titled "DataToolTipValueFormatMaxFractions"Gets or sets maximum digits for formatting numbers displayed in the legend
[Parameter]
public int DataToolTipValueFormatMaxFractions { get; set; } DataToolTipValueFormatMinFractions
Section titled "DataToolTipValueFormatMinFractions"Gets or sets minimum digits for formatting numbers displayed in the legend
[Parameter]
public int DataToolTipValueFormatMinFractions { get; set; } DataToolTipValueFormatMode
Section titled "DataToolTipValueFormatMode"Gets or sets the mode for displaying values in the data legend, e.g. Currency ($500.25), Decimal (500.25), Integer (500)
[Parameter]
public DataLegendValueMode DataToolTipValueFormatMode { get; set; } DataToolTipValueFormatSpecifiers
Section titled "DataToolTipValueFormatSpecifiers"Gets or sets the format specifiers to use with the ValueFormatString string.
public IgbFormatSpecifierCollection DataToolTipValueFormatSpecifiers { get; set; } DataToolTipValueFormatString
Section titled "DataToolTipValueFormatString"Gets or sets the format string for values displayed in the data legend.
[Parameter]
public string DataToolTipValueFormatString { get; set; } DataToolTipValueFormatUseGrouping
Section titled "DataToolTipValueFormatUseGrouping"Gets or sets whether or not use grouping separator, e.g, 15,000 for 15000
[Parameter]
public bool DataToolTipValueFormatUseGrouping { get; set; } DataToolTipValueRowMarginBottom
Section titled "DataToolTipValueRowMarginBottom"[Parameter]
public double DataToolTipValueRowMarginBottom { get; set; } DataToolTipValueRowMarginLeft
Section titled "DataToolTipValueRowMarginLeft"[Parameter]
public double DataToolTipValueRowMarginLeft { get; set; } DataToolTipValueRowMarginRight
Section titled "DataToolTipValueRowMarginRight"[Parameter]
public double DataToolTipValueRowMarginRight { get; set; } DataToolTipValueRowMarginTop
Section titled "DataToolTipValueRowMarginTop"[Parameter]
public double DataToolTipValueRowMarginTop { get; set; } DataToolTipValueRowVisible
Section titled "DataToolTipValueRowVisible"Gets or sets whether to show series rows.
[Parameter]
public bool DataToolTipValueRowVisible { get; set; } DataToolTipValueTextColor
Section titled "DataToolTipValueTextColor"Gets or sets the units text color.
[Parameter]
public string DataToolTipValueTextColor { get; set; } DataToolTipValueTextFontFamily
Section titled "DataToolTipValueTextFontFamily"[Parameter]
public string DataToolTipValueTextFontFamily { get; set; } DataToolTipValueTextFontSize
Section titled "DataToolTipValueTextFontSize"[Parameter]
public double DataToolTipValueTextFontSize { get; set; } DataToolTipValueTextFontStyle
Section titled "DataToolTipValueTextFontStyle"[Parameter]
public string DataToolTipValueTextFontStyle { get; set; } DataToolTipValueTextFontWeight
Section titled "DataToolTipValueTextFontWeight"[Parameter]
public string DataToolTipValueTextFontWeight { get; set; } DataToolTipValueTextMarginBottom
Section titled "DataToolTipValueTextMarginBottom"[Parameter]
public double DataToolTipValueTextMarginBottom { get; set; } DataToolTipValueTextMarginLeft
Section titled "DataToolTipValueTextMarginLeft"[Parameter]
public double DataToolTipValueTextMarginLeft { get; set; } DataToolTipValueTextMarginRight
Section titled "DataToolTipValueTextMarginRight"[Parameter]
public double DataToolTipValueTextMarginRight { get; set; } DataToolTipValueTextMarginTop
Section titled "DataToolTipValueTextMarginTop"[Parameter]
public double DataToolTipValueTextMarginTop { get; set; } DataToolTipValueTextUseSeriesColors
Section titled "DataToolTipValueTextUseSeriesColors"Gets or sets whether to use series colors when displaying values in the legend
[Parameter]
public bool DataToolTipValueTextUseSeriesColors { get; set; } DataToolTipValueTextWhenMissingData
Section titled "DataToolTipValueTextWhenMissingData"Gets or sets text displayed when data column is missing a value, e.g. "no data"
[Parameter]
public string DataToolTipValueTextWhenMissingData { get; set; } DefaultEventBehavior
Section titled "DefaultEventBehavior"Gets the components default event behavior.
protected override ControlEventBehavior DefaultEventBehavior { get; } ExcludedProperties
Section titled "ExcludedProperties"Gets or sets a set of property paths that should be excluded from consideration by the category chart.
[Parameter]
public string[] ExcludedProperties { get; set; } FilterExpressions
Section titled "FilterExpressions"Gets the current filter that is applied to the chart. Collection can be updated to modify the filter for the chart. Once filter expressions are in this collection, the chart will no longer listen for changes on their properties.
public IgbFilterExpressionCollection FilterExpressions { get; protected set; } FinalValueAnnotationsBackground
Section titled "FinalValueAnnotationsBackground"Gets or sets the background of final value annotation.
[Parameter]
public string FinalValueAnnotationsBackground { get; set; } FinalValueAnnotationsPrecision
Section titled "FinalValueAnnotationsPrecision"Gets or sets precision on final value annotation.
[Parameter]
public int FinalValueAnnotationsPrecision { get; set; } FinalValueAnnotationsTextColor
Section titled "FinalValueAnnotationsTextColor"Gets or sets the text color of final value annotation.
[Parameter]
public string FinalValueAnnotationsTextColor { get; set; } FinalValueAnnotationsVisible
Section titled "FinalValueAnnotationsVisible"Gets or sets whether annotations for the final value of each series is displayed on the axis.
[Parameter]
public bool FinalValueAnnotationsVisible { get; set; } FocusBrush
Section titled "FocusBrush"Gets or sets the focus brush to use for the series.
[Parameter]
public string FocusBrush { get; set; } FocusDismissDelayMilliseconds
Section titled "FocusDismissDelayMilliseconds"Gets or sets the time to wait before visually dismissing a focus highlight.
[Parameter]
public int FocusDismissDelayMilliseconds { get; set; } FocusMode
Section titled "FocusMode"Gets or sets the focus mode to use for the series in the component, when supported.
[Parameter]
public SeriesSelectionMode FocusMode { get; set; } FocusTransitionDuration
Section titled "FocusTransitionDuration"Gets or sets the duration used for animating Focus changes
[Parameter]
public int FocusTransitionDuration { get; set; } FocusedSeriesItems
Section titled "FocusedSeriesItems"Gets the currently focused data items. Adding or removing data items from this collection will focus or blur the visuals associated with those items.
public IgbChartSelectedItemCollection FocusedSeriesItems { get; protected set; } GroupDescriptions
Section titled "GroupDescriptions"Gets the current grouping that is applied to the grid. Collection can be updated to modify the grouping for the grid. Once grouping descriptions are in this collection, the grid will no longer listen for changes on their properties.
public IgbChartSortDescriptionCollection GroupDescriptions { get; protected set; } GroupSortDescriptions
Section titled "GroupSortDescriptions"public IgbChartSortDescriptionCollection GroupSortDescriptions { get; protected set; } GroupSorts
Section titled "GroupSorts"Gets or sets the sorts to apply after grouping has been applied.
[Parameter]
public string GroupSorts { get; set; } HighlightFilterExpressions
Section titled "HighlightFilterExpressions"Gets the current highlight filter that is applied to the chart. Collection can be updated to modify the highlight filter for the chart. Once filter expressions are in this collection, the chart will no longer listen for changes on their properties.
public IgbFilterExpressionCollection HighlightFilterExpressions { get; protected set; } HighlightedDataSource
Section titled "HighlightedDataSource"Gets or sets a collection of data items used to generate the chart.
[Parameter]
public object HighlightedDataSource { get; set; } HighlightedDataSourceScript
Section titled "HighlightedDataSourceScript"Provides a means of setting HighlightedDataSource in the JavaScript environment.
[Parameter]
public string HighlightedDataSourceScript { get; set; } HighlightedLegendItemVisibility
Section titled "HighlightedLegendItemVisibility"Gets or sets whether the chart can highlight series through user interactions. This property applies to Category Chart and Financial Chart controls.
[Parameter]
public virtual Visibility HighlightedLegendItemVisibility { get; set; } HighlightedValuesDisplayMode
Section titled "HighlightedValuesDisplayMode"Gets or sets whether and how to display highlighted values for the series. Note, this is distinct from the highlighting feature that indicates what is closest or under the mouse. This property applies to Category Chart and Financial Chart controls.
[Parameter]
public virtual SeriesHighlightedValuesDisplayMode HighlightedValuesDisplayMode { get; set; } HighlightingBehavior
Section titled "HighlightingBehavior"Gets or sets the highlighting Behavior to use for the series in the component, when supported. This takes precedence over the series level IsHighlightingEnabled.
[Parameter]
public SeriesHighlightingBehavior HighlightingBehavior { get; set; } HighlightingDismissDelayMilliseconds
Section titled "HighlightingDismissDelayMilliseconds"Gets or sets the time to wait before visually dismissing a highlight.
[Parameter]
public int HighlightingDismissDelayMilliseconds { get; set; } HighlightingFadeOpacity
Section titled "HighlightingFadeOpacity"Gets or sets the target opacity to fade to for fade style highlighting.
[Parameter]
public double HighlightingFadeOpacity { get; set; } HighlightingMode
Section titled "HighlightingMode"Gets or sets the highlighting mode to use for the series in the component, when supported. This takes precedence over the series level IsHighlightingEnabled.
[Parameter]
public SeriesHighlightingMode HighlightingMode { get; set; } HighlightingTransitionDuration
Section titled "HighlightingTransitionDuration"Gets or sets the duration used for animating highlighting changes
[Parameter]
public int HighlightingTransitionDuration { get; set; } HorizontalViewScrollbarCornerRadius
Section titled "HorizontalViewScrollbarCornerRadius"Gets or sets the corner radius to use for the horizontal scrollbar in the component, when enabled.
[Parameter]
public double HorizontalViewScrollbarCornerRadius { get; set; } HorizontalViewScrollbarFill
Section titled "HorizontalViewScrollbarFill"Gets or sets the fill to use for the horizontal scrollbar in the component, when enabled.
[Parameter]
public string HorizontalViewScrollbarFill { get; set; } HorizontalViewScrollbarHeight
Section titled "HorizontalViewScrollbarHeight"Gets or sets the height to use for the horizontal scrollbar in the component, when enabled.
[Parameter]
public double HorizontalViewScrollbarHeight { get; set; } HorizontalViewScrollbarInset
Section titled "HorizontalViewScrollbarInset"Gets or sets the inset distance to use for the horizontal scrollbar in the component, when enabled.
[Parameter]
public double HorizontalViewScrollbarInset { get; set; } HorizontalViewScrollbarMaxOpacity
Section titled "HorizontalViewScrollbarMaxOpacity"Gets or sets the max opacity to use for the horizontal scrollbar in the component, when enabled.
[Parameter]
public double HorizontalViewScrollbarMaxOpacity { get; set; } HorizontalViewScrollbarMode
Section titled "HorizontalViewScrollbarMode"Gets or sets the horizontal scrollbar mode to use for the series viewer.
[Parameter]
public SeriesViewerScrollbarMode HorizontalViewScrollbarMode { get; set; } HorizontalViewScrollbarOutline
Section titled "HorizontalViewScrollbarOutline"Gets or sets the outline to use for the horizontal scrollbar in the component, when enabled.
[Parameter]
public string HorizontalViewScrollbarOutline { get; set; } HorizontalViewScrollbarPosition
Section titled "HorizontalViewScrollbarPosition"Gets or sets the position to use for the horizontal scrollbar in the component, when enabled.
[Parameter]
public SeriesViewerHorizontalScrollbarPosition HorizontalViewScrollbarPosition { get; set; } HorizontalViewScrollbarShouldAddAutoTrackInsets
Section titled "HorizontalViewScrollbarShouldAddAutoTrackInsets"Gets or sets whether to use automatic track insets for the horizontal scrollbar in the component, when enabled.
[Parameter]
public bool HorizontalViewScrollbarShouldAddAutoTrackInsets { get; set; } HorizontalViewScrollbarStrokeThickness
Section titled "HorizontalViewScrollbarStrokeThickness"Gets or sets the stroke thickness to use for the horizontal scrollbar in the component, when enabled.
[Parameter]
public double HorizontalViewScrollbarStrokeThickness { get; set; } HorizontalViewScrollbarTrackEndInset
Section titled "HorizontalViewScrollbarTrackEndInset"Gets or sets the track end inset to use for the horizontal scrollbar in the component, when enabled.
[Parameter]
public double HorizontalViewScrollbarTrackEndInset { get; set; } HorizontalViewScrollbarTrackStartInset
Section titled "HorizontalViewScrollbarTrackStartInset"Gets or sets the track start inset to use for the horizontal scrollbar in the component, when enabled.
[Parameter]
public double HorizontalViewScrollbarTrackStartInset { get; set; } IncludedProperties
Section titled "IncludedProperties"Gets or sets a set of property paths that should be included for consideration by the category chart, leaving the remainder excluded. If null, all properties will be considered.
[Parameter]
public string[] IncludedProperties { get; set; } InitialFilter
Section titled "InitialFilter"Gets or sets the filter to apply to the chart. This property will become ignored if the filter is changed outside of this property.
[Parameter]
public string InitialFilter { get; set; } InitialFilterExpressions
Section titled "InitialFilterExpressions"Gets the initial filters that are applied to the chart.
public IgbFilterExpressionCollection InitialFilterExpressions { get; protected set; } InitialGroupDescriptions
Section titled "InitialGroupDescriptions"Gets the initial groupings that are applied to the chart.
public IgbChartSortDescriptionCollection InitialGroupDescriptions { get; protected set; } InitialGroupSortDescriptions
Section titled "InitialGroupSortDescriptions"Gets the initial sorts that are applied to the chart after groupings and summaries are applied.
public IgbChartSortDescriptionCollection InitialGroupSortDescriptions { get; protected set; } InitialGroups
Section titled "InitialGroups"Gets or sets the groupings to apply to the chart. This property will become ignored if sorts are changed outside of this property.
[Parameter]
public string InitialGroups { get; set; } InitialHighlightFilter
Section titled "InitialHighlightFilter"Gets or sets the filter to apply to the chart. This property will become ignored if the filter is changed outside of this property.
[Parameter]
public string InitialHighlightFilter { get; set; } InitialHighlightFilterExpressions
Section titled "InitialHighlightFilterExpressions"Gets the initial highlight filters that are applied to the chart.
public IgbFilterExpressionCollection InitialHighlightFilterExpressions { get; protected set; } InitialSortDescriptions
Section titled "InitialSortDescriptions"Gets the initial sorts that are applied to the chart.
public IgbChartSortDescriptionCollection InitialSortDescriptions { get; protected set; } InitialSorts
Section titled "InitialSorts"Gets or sets the sorts to apply to the chart. This property will become ignored if sorts are changed outside of this property.
[Parameter]
public string InitialSorts { get; set; } InitialSummaries
Section titled "InitialSummaries"Gets or sets the summaries to apply to the chart. This property will become ignored if sorts are changed outside of this property.
[Parameter]
public string InitialSummaries { get; set; } InitialSummaryDescriptions
Section titled "InitialSummaryDescriptions"Gets the initial summaries that are applied to the chart.
public IgbChartSummaryDescriptionCollection InitialSummaryDescriptions { get; protected set; } IsHorizontalZoomEnabled
Section titled "IsHorizontalZoomEnabled"Gets or sets whether the chart can be horizontally zoomed through user interactions.
[Parameter]
public virtual bool IsHorizontalZoomEnabled { get; set; } IsSeriesHighlightingEnabled
Section titled "IsSeriesHighlightingEnabled"Gets or sets whether the chart can highlight series through user interactions. This property applies to Category Chart and Financial Chart controls.
[Parameter]
public virtual bool IsSeriesHighlightingEnabled { get; set; } IsUserAnnotationsEnabled
Section titled "IsUserAnnotationsEnabled"Gets or sets whether initiating user annotations from the toolbar is enabled.
[Parameter]
public bool IsUserAnnotationsEnabled { get; set; } IsVerticalZoomEnabled
Section titled "IsVerticalZoomEnabled"Gets or sets whether the chart can be vertically zoomed through user interactions.
[Parameter]
public virtual bool IsVerticalZoomEnabled { get; set; } LeftMargin
Section titled "LeftMargin"Gets or sets the left margin of the chart content.
[Parameter]
public virtual double LeftMargin { get; set; } Legend
Section titled "Legend"Gets or sets the legend to connect this chart to.
[Parameter]
public IgbLegendBase Legend { get; set; } LegendHighlightingMode
Section titled "LegendHighlightingMode"Gets or sets the highlighting mode to use for the legend linked to the component, when supported.
[Parameter]
public LegendHighlightingMode LegendHighlightingMode { get; set; } LegendItemBadgeMode
Section titled "LegendItemBadgeMode"Gets or sets the mode of legend badges representing all series displayed in a legend linked to this component.
[Parameter]
public LegendItemBadgeMode LegendItemBadgeMode { get; set; } LegendItemBadgeShape
Section titled "LegendItemBadgeShape"Gets or sets the type of legend badges representing all series displayed in a legend linked to this component
[Parameter]
public LegendItemBadgeShape LegendItemBadgeShape { get; set; } LegendItemVisibility
Section titled "LegendItemVisibility"Gets or sets whether to show the legend items for the series.
[Parameter]
public virtual Visibility LegendItemVisibility { get; set; } LegendScript
Section titled "LegendScript"Provides a means of setting Legend in the JavaScript environment.
[Parameter]
public string LegendScript { get; set; } MarkerAutomaticBehavior
Section titled "MarkerAutomaticBehavior"Gets or sets the default marker type for all series plotted in this chart.
[Parameter]
public MarkerAutomaticBehavior MarkerAutomaticBehavior { get; set; } MarkerBrushes
Section titled "MarkerBrushes"Gets or sets the palette of brushes used for rendering fill area of data point markers.
[Parameter]
public string MarkerBrushes { get; set; } MarkerFillMode
Section titled "MarkerFillMode"Gets or sets the MarkerFillMode for all series that support markers in this chart.
[Parameter]
public MarkerFillMode MarkerFillMode { get; set; } MarkerFillOpacity
Section titled "MarkerFillOpacity"Gets or sets the Marker Fill Opacity for all series that support markers in this chart.
[Parameter]
public double MarkerFillOpacity { get; set; } MarkerMaxCount
Section titled "MarkerMaxCount"Gets or sets the maximum number of markers displayed in the plot area of the chart.
[Parameter]
public int MarkerMaxCount { get; set; } MarkerOutlineMode
Section titled "MarkerOutlineMode"Gets or sets the MarkerOutlineMode for all series that support markers in this chart.
[Parameter]
public MarkerOutlineMode MarkerOutlineMode { get; set; } MarkerOutlines
Section titled "MarkerOutlines"Gets or sets the palette of brushes used for rendering outlines of data point markers.
[Parameter]
public string MarkerOutlines { get; set; } MarkerThickness
Section titled "MarkerThickness"Gets or sets the Marker Thickness for all series that support markers in this chart.
[Parameter]
public double MarkerThickness { get; set; } MarkerTypes
Section titled "MarkerTypes"Gets or sets the marker shapes used for indicating location of data points in this chart.
public IgbMarkerTypeCollection MarkerTypes { get; set; } OutlineMode
Section titled "OutlineMode"Gets or sets the OutlineMode for all series in this chart.
[Parameter]
public SeriesOutlineMode OutlineMode { get; set; } Outlines
Section titled "Outlines"Gets or sets the palette of brushes to use for outlines on the chart series.
[Parameter]
public string Outlines { get; set; } PixelScalingRatio
Section titled "PixelScalingRatio"Gets or sets the scaling value used to affect the pixel density of the control.
[Parameter]
public double PixelScalingRatio { get; set; } PlotAreaMarginBottom
Section titled "PlotAreaMarginBottom"Margin applied below the plot area.
[Parameter]
public double PlotAreaMarginBottom { get; set; } PlotAreaMarginLeft
Section titled "PlotAreaMarginLeft"Margin applied to the Left of the plot area.
[Parameter]
public double PlotAreaMarginLeft { get; set; } PlotAreaMarginRight
Section titled "PlotAreaMarginRight"Margin applied to the right of the plot area.
[Parameter]
public double PlotAreaMarginRight { get; set; } PlotAreaMarginTop
Section titled "PlotAreaMarginTop"Margin applied to the Top of the plot area.
[Parameter]
public double PlotAreaMarginTop { get; set; } PlotAreaPointerMove
Section titled "PlotAreaPointerMove"[Parameter]
public Action<IgbDomainChartPlotAreaPointerEventArgs> PlotAreaPointerMove { get; set; } PlotAreaPointerMoveScript
Section titled "PlotAreaPointerMoveScript"[Parameter]
public string PlotAreaPointerMoveScript { get; set; } Resolution
Section titled "Resolution"Gets or sets the rendering resolution for all series in this chart.
[Parameter]
public virtual double Resolution { get; set; } RightMargin
Section titled "RightMargin"Gets or sets the right margin of the chart content.
[Parameter]
public double RightMargin { get; set; } SelectedSeriesItems
Section titled "SelectedSeriesItems"Gets the currently selected data items. Adding or removing data items from this collection will select or deselect the visuals associated with those items.
public IgbChartSelectedItemCollection SelectedSeriesItems { get; protected set; } SelectionBehavior
Section titled "SelectionBehavior"Gets or sets the selection behavior to use for the series in the component, when supported.
[Parameter]
public SeriesSelectionBehavior SelectionBehavior { get; set; } SelectionBrush
Section titled "SelectionBrush"Gets or sets the selection brush to use for the series.
[Parameter]
public string SelectionBrush { get; set; } SelectionDismissDelayMilliseconds
Section titled "SelectionDismissDelayMilliseconds"Gets or sets the time to wait before visually dismissing a selection highlight
[Parameter]
public int SelectionDismissDelayMilliseconds { get; set; } SelectionMode
Section titled "SelectionMode"Gets or sets the selection mode to use for the series in the component, when supported.
[Parameter]
public SeriesSelectionMode SelectionMode { get; set; } SelectionTransitionDuration
Section titled "SelectionTransitionDuration"Gets or sets the duration used for animating Selection changes
[Parameter]
public int SelectionTransitionDuration { get; set; } SeriesPlotAreaMarginHorizontalMode
Section titled "SeriesPlotAreaMarginHorizontalMode"Gets or sets horizontal mode to use for automatically calculating the plot area margin based ont the series.
[Parameter]
public SeriesPlotAreaMarginHorizontalMode SeriesPlotAreaMarginHorizontalMode { get; set; } SeriesPlotAreaMarginVerticalMode
Section titled "SeriesPlotAreaMarginVerticalMode"Gets or sets vertical mode to use for automatically calculating the plot area margin based ont the series.
[Parameter]
public SeriesPlotAreaMarginVerticalMode SeriesPlotAreaMarginVerticalMode { get; set; } SeriesPointerMove
Section titled "SeriesPointerMove"[Parameter]
public Action<IgbDomainChartSeriesPointerEventArgs> SeriesPointerMove { get; set; } SeriesPointerMoveScript
Section titled "SeriesPointerMoveScript"[Parameter]
public string SeriesPointerMoveScript { get; set; } SeriesValueLayerUseLegend
Section titled "SeriesValueLayerUseLegend"Gets or sets if the chart should use the legend for value layers that target series.
[Parameter]
public virtual bool SeriesValueLayerUseLegend { get; set; } ShouldAvoidAxisAnnotationCollisions
Section titled "ShouldAvoidAxisAnnotationCollisions"Gets or sets whether annotations for the final value of each series is displayed on the axis.
[Parameter]
public bool ShouldAvoidAxisAnnotationCollisions { get; set; } ShouldDisplayMockData
Section titled "ShouldDisplayMockData"Gets or sets whether the chart should display mock data when the data source has not been provided, if supported for this type of chart.
[Parameter]
public virtual bool ShouldDisplayMockData { get; set; } ShouldPanOnMaximumZoom
Section titled "ShouldPanOnMaximumZoom"Gets or sets a whether the chart should pan its content when zoo,ing in passed max zoom level.
[Parameter]
public bool ShouldPanOnMaximumZoom { get; set; } ShouldSimulateHoverMoveCrosshairPoint
Section titled "ShouldSimulateHoverMoveCrosshairPoint"Gets or sets whether calling SimulateHover should shift the crosshair point.
[Parameter]
public virtual bool ShouldSimulateHoverMoveCrosshairPoint { get; set; } ShouldUseSkeletonStyleForMockData
Section titled "ShouldUseSkeletonStyleForMockData"Gets or sets whether the chart should use a faded skeleton style for mock data.
[Parameter]
public virtual bool ShouldUseSkeletonStyleForMockData { get; set; } SortDescriptions
Section titled "SortDescriptions"Gets the current sort that is applied to the grid. Collection can be updated to modify the sort for the grid. Once sort descriptions are in this collection, the grid will no longer listen for changes on their properties.
public IgbChartSortDescriptionCollection SortDescriptions { get; protected set; } Subtitle
Section titled "Subtitle"Gets or sets text to display below the Title, above the plot area.
[Parameter]
public string Subtitle { get; set; } SubtitleAlignment
Section titled "SubtitleAlignment"Gets or sets horizontal alignment which determines the subtitle position, relative to the left and right edges of the control.
[Parameter]
public HorizontalAlignment SubtitleAlignment { get; set; } SubtitleBottomMargin
Section titled "SubtitleBottomMargin"Gets or sets the bottom margin of chart subtitle
[Parameter]
public double SubtitleBottomMargin { get; set; } SubtitleLeftMargin
Section titled "SubtitleLeftMargin"Gets or sets the left margin of chart subtitle
[Parameter]
public double SubtitleLeftMargin { get; set; } SubtitleRightMargin
Section titled "SubtitleRightMargin"Gets or sets the right margin of chart subtitle
[Parameter]
public double SubtitleRightMargin { get; set; } SubtitleTextColor
Section titled "SubtitleTextColor"Gets or sets color of chart subtitle
[Parameter]
public string SubtitleTextColor { get; set; } SubtitleTextStyle
Section titled "SubtitleTextStyle"Gets or sets CSS font property for the chart subtitle
[Parameter]
public string SubtitleTextStyle { get; set; } SubtitleTopMargin
Section titled "SubtitleTopMargin"Gets or sets the top margin of chart subtitle
[Parameter]
public double SubtitleTopMargin { get; set; } SummaryDescriptions
Section titled "SummaryDescriptions"Gets the current summaries that are applied to the grid.
public IgbChartSummaryDescriptionCollection SummaryDescriptions { get; protected set; } Thickness
Section titled "Thickness"Gets or sets the thickness for all series in this chart. Depending on the ChartType, this can be the main brush used, or just the outline.
[Parameter]
public double Thickness { get; set; } TitleAlignment
Section titled "TitleAlignment"Gets or sets horizontal alignment which determines the title position, relative to the left and right edges of the control.
[Parameter]
public HorizontalAlignment TitleAlignment { get; set; } TitleBottomMargin
Section titled "TitleBottomMargin"Gets or sets the bottom margin of chart title
[Parameter]
public double TitleBottomMargin { get; set; } TitleLeftMargin
Section titled "TitleLeftMargin"Gets or sets the left margin of chart title
[Parameter]
public double TitleLeftMargin { get; set; } TitleRightMargin
Section titled "TitleRightMargin"Gets or sets the right margin of chart title
[Parameter]
public double TitleRightMargin { get; set; } TitleTextColor
Section titled "TitleTextColor"Gets or sets color of chart title
[Parameter]
public string TitleTextColor { get; set; } TitleTextStyle
Section titled "TitleTextStyle"Gets or sets CSS font property for the chart title
[Parameter]
public string TitleTextStyle { get; set; } TitleTopMargin
Section titled "TitleTopMargin"Gets or sets the top margin of chart title
[Parameter]
public double TitleTopMargin { get; set; } ToolTipType
Section titled "ToolTipType"Gets or sets the style of tooltip to be displayed.
[Parameter]
public ToolTipType ToolTipType { get; set; } TopMargin
Section titled "TopMargin"Gets or sets the top margin of the chart content.
[Parameter]
public double TopMargin { get; set; } TransitionDuration
Section titled "TransitionDuration"Gets or sets the duration used for animating series plots when the data is changing
[Parameter]
public int TransitionDuration { get; set; } TransitionEasingFunction
Section titled "TransitionEasingFunction"Gets or sets the easing function used for animating series plots when the data is changing.
[Parameter]
public string TransitionEasingFunction { get; set; } TransitionEasingFunctionScript
Section titled "TransitionEasingFunctionScript"Provides a means of setting TransitionEasingFunction in the JavaScript environment.
[Parameter]
public string TransitionEasingFunctionScript { get; set; } TrendLineBrushes
Section titled "TrendLineBrushes"Gets or sets the palette of brushes to used for coloring trend lines in this chart.
[Parameter]
public string TrendLineBrushes { get; set; } TrendLineLayerUseLegend
Section titled "TrendLineLayerUseLegend"Gets or sets if the chart should use the legend for trendline layers.
[Parameter]
public virtual bool TrendLineLayerUseLegend { get; set; } TrendLinePeriod
Section titled "TrendLinePeriod"[Parameter]
public int TrendLinePeriod { get; set; } TrendLineThickness
Section titled "TrendLineThickness"Gets or sets the thickness of the trend lines in this chart.
[Parameter]
public double TrendLineThickness { get; set; } TrendLineType
Section titled "TrendLineType"Gets or sets the formula used for calculating trend lines in this chart.
[Parameter]
public TrendLineType TrendLineType { get; set; } TrendLineTypes
Section titled "TrendLineTypes"Gets or sets what trendlines to use in the chart.
public IgbTrendLineTypeCollection TrendLineTypes { get; set; } public override string Type { get; } UnknownValuePlotting
Section titled "UnknownValuePlotting"Gets or sets the behavior that determines how unknown values will be plotted on the chart.
[Parameter]
public UnknownValuePlotting UnknownValuePlotting { get; set; } UseValueForAutoCalloutLabels
Section titled "UseValueForAutoCalloutLabels"Gets or sets if event annotations should be displayed.
[Parameter]
public bool UseValueForAutoCalloutLabels { get; set; } ValueLines
Section titled "ValueLines"Gets or sets what value lines to use in the chart.
public IgbValueModeCollection ValueLines { get; set; } ValueLinesBrushes
Section titled "ValueLinesBrushes"Gets or sets the palette of brushes to use for coloring the value lines present in the ValueLines property.
[Parameter]
public string ValueLinesBrushes { get; set; } ValueLinesThickness
Section titled "ValueLinesThickness"Gets or sets thickness of value lines.
[Parameter]
public double ValueLinesThickness { get; set; } VerticalViewScrollbarCornerRadius
Section titled "VerticalViewScrollbarCornerRadius"Gets or sets the corner radius to use for the vertical scrollbar in the component, when enabled.
[Parameter]
public double VerticalViewScrollbarCornerRadius { get; set; } VerticalViewScrollbarFill
Section titled "VerticalViewScrollbarFill"Gets or sets the fill to use for the vertical scrollbar in the component, when enabled.
[Parameter]
public string VerticalViewScrollbarFill { get; set; } VerticalViewScrollbarInset
Section titled "VerticalViewScrollbarInset"Gets or sets the inset distance to use for the vertical scrollbar in the component, when enabled.
[Parameter]
public double VerticalViewScrollbarInset { get; set; } VerticalViewScrollbarMaxOpacity
Section titled "VerticalViewScrollbarMaxOpacity"Gets or sets the max opacity to use for the vertical scrollbar in the component, when enabled.
[Parameter]
public double VerticalViewScrollbarMaxOpacity { get; set; } VerticalViewScrollbarMode
Section titled "VerticalViewScrollbarMode"Gets or sets the vertical scrollbar mode to use for the series viewer.
[Parameter]
public SeriesViewerScrollbarMode VerticalViewScrollbarMode { get; set; } VerticalViewScrollbarOutline
Section titled "VerticalViewScrollbarOutline"Gets or sets the outline to use for the vertical scrollbar in the component, when enabled.
[Parameter]
public string VerticalViewScrollbarOutline { get; set; } VerticalViewScrollbarPosition
Section titled "VerticalViewScrollbarPosition"Gets or sets the position to use for the vertical scrollbar in the component, when enabled.
[Parameter]
public SeriesViewerVerticalScrollbarPosition VerticalViewScrollbarPosition { get; set; } VerticalViewScrollbarShouldAddAutoTrackInsets
Section titled "VerticalViewScrollbarShouldAddAutoTrackInsets"Gets or sets whether to use automatic track insets for the vertical scrollbar in the component, when enabled.
[Parameter]
public bool VerticalViewScrollbarShouldAddAutoTrackInsets { get; set; } VerticalViewScrollbarStrokeThickness
Section titled "VerticalViewScrollbarStrokeThickness"Gets or sets the stroke thickness to use for the vertical scrollbar in the component, when enabled.
[Parameter]
public double VerticalViewScrollbarStrokeThickness { get; set; } VerticalViewScrollbarTrackEndInset
Section titled "VerticalViewScrollbarTrackEndInset"Gets or sets the track end inset to use for the vertical scrollbar in the component, when enabled.
[Parameter]
public double VerticalViewScrollbarTrackEndInset { get; set; } VerticalViewScrollbarTrackStartInset
Section titled "VerticalViewScrollbarTrackStartInset"Gets or sets the track start inset to use for the vertical scrollbar in the component, when enabled.
[Parameter]
public double VerticalViewScrollbarTrackStartInset { get; set; } VerticalViewScrollbarWidth
Section titled "VerticalViewScrollbarWidth"Gets or sets the width to use for the vertical scrollbar in the component, when enabled.
[Parameter]
public double VerticalViewScrollbarWidth { get; set; } WindowRect
Section titled "WindowRect"Gets or sets the rectangle representing the current scroll and zoom state of the chart.
[Parameter]
public Rect WindowRect { get; set; } WindowRectMinHeight
Section titled "WindowRectMinHeight"Sets or gets the minimum height that the window rect is allowed to reach before being clamped. Decrease this value if you want to allow for further zooming into the viewer. If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
[Parameter]
public double WindowRectMinHeight { get; set; } WindowRectMinWidth
Section titled "WindowRectMinWidth"Sets or gets the minimum width that the window rect is allowed to reach before being clamped. Decrease this value if you want to allow for further zooming into the viewer. If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
[Parameter]
public double WindowRectMinWidth { get; set; } WindowSizeMinHeight
Section titled "WindowSizeMinHeight"Sets or gets minimum pixel height that the window is allowed to reach before being clamped. Decrease this value if you want to allow for further zooming into the viewer. If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
[Parameter]
public double WindowSizeMinHeight { get; set; } WindowSizeMinWidth
Section titled "WindowSizeMinWidth"Sets or gets minimum pixel width that the window is allowed to reach before being clamped. Decrease this value if you want to allow for further zooming into the viewer. If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
[Parameter]
public double WindowSizeMinWidth { get; set; } Accessors
Section titled "Accessors"eventCallbacksCache
Section titled "eventCallbacksCache"Inherited from: BaseRendererControl
protected Dictionary<Type, Dictionary<string, FieldInfo>> eventCallbacksCache _cachedSerializedContent
Section titled "_cachedSerializedContent"Inherited from: BaseRendererControl
protected string _cachedSerializedContent Methods
Section titled "Methods"EnsureModulesLoaded()
Section titled "EnsureModulesLoaded()"Inherited from: BaseRendererControl
protected virtual void EnsureModulesLoaded() Returns any
ResolveEventBehavior()
Section titled "ResolveEventBehavior()"Inherited from: BaseRendererControl
Resolves the components event behavior if Auto is selected.
protected ControlEventBehavior ResolveEventBehavior() Returns any
ResolveDisplay()
Section titled "ResolveDisplay()"Inherited from: BaseRendererControl
protected virtual string ResolveDisplay() Returns any
ToSpinal(string)
Section titled "ToSpinal(string)"Inherited from: BaseRendererControl
protected string ToSpinal(string value) Parameters
- value:
string
Returns any
TransformSimpleKey(string)
Section titled "TransformSimpleKey(string)"Inherited from: BaseRendererControl
protected virtual string TransformSimpleKey(string key) Parameters
- key:
string
Returns any
IsTransformedEnumValue(string)
Section titled "IsTransformedEnumValue(string)"Inherited from: BaseRendererControl
protected virtual bool IsTransformedEnumValue(string key) Parameters
- key:
string
Returns any
TransformPotentialEnumValue(string, object)
Section titled "TransformPotentialEnumValue(string, object)"Inherited from: BaseRendererControl
protected virtual object TransformPotentialEnumValue(string key, object value) Parameters
- key:
string - value:
object
Returns any
BuildSequenceInfo(int)
Section titled "BuildSequenceInfo(int)"Inherited from: BaseRendererControl
protected virtual SequenceInfo BuildSequenceInfo(int startSequence) Parameters
- startSequence:
int
Returns any
BuildRenderTree(RenderTreeBuilder)
Section titled "BuildRenderTree(RenderTreeBuilder)"Inherited from: BaseRendererControl
protected override void BuildRenderTree(RenderTreeBuilder builder) Parameters
- builder:
RenderTreeBuilder
Returns any
TemplateContentType(string)
Section titled "TemplateContentType(string)"Inherited from: BaseRendererControl
protected Type TemplateContentType(string templateId) Parameters
- templateId:
string
Returns any
OnAfterRenderAsync(bool)
Section titled "OnAfterRenderAsync(bool)"Inherited from: BaseRendererControl
protected override Task OnAfterRenderAsync(bool firstRender) Parameters
- firstRender:
bool
Returns any
EnsureReady()
Section titled "EnsureReady()"Inherited from: BaseRendererControl
public Task EnsureReady() Returns any
MarkPropDirty(string)
Section titled "MarkPropDirty(string)"Inherited from: BaseRendererControl
protected void MarkPropDirty(string propertyName) Parameters
- propertyName:
string
Returns any
IsPropDirty(string)
Section titled "IsPropDirty(string)"Inherited from: BaseRendererControl
protected bool IsPropDirty(string propertyName) Parameters
- propertyName:
string
Returns any
Serialize(SerializationContext, string)
Section titled "Serialize(SerializationContext, string)"Inherited from: BaseRendererControl
public void Serialize(SerializationContext context, string propertyName = null) Parameters
- context:
SerializationContext - propertyName:
string
Returns any
Serialize()
Section titled "Serialize()"Inherited from: BaseRendererControl
public string Serialize() Returns any
InvokeMethod(string, object[], string[], ElementReference[])
Section titled "InvokeMethod(string, object[], string[], ElementReference[])"Inherited from: BaseRendererControl
protected Task<object> InvokeMethod(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null) Parameters
- methodName:
string - arguments:
object[] - types:
string[] - nativeElements:
ElementReference[]
Returns any
InvokeMethodSync(string, object[], string[], ElementReference[])
Section titled "InvokeMethodSync(string, object[], string[], ElementReference[])"Inherited from: BaseRendererControl
protected object InvokeMethodSync(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null) Parameters
- methodName:
string - arguments:
object[] - types:
string[] - nativeElements:
ElementReference[]
Returns any
SuspendNotifications(object)
Section titled "SuspendNotifications(object)"Inherited from: BaseRendererControl
Prevents data change notifications from be propagated to the component.
public void SuspendNotifications(object dataSource) Parameters
- dataSource:
object
Returns any
ResumeNotifications(object, bool)
Section titled "ResumeNotifications(object, bool)"Inherited from: BaseRendererControl
Resumes data change notifications.
public void ResumeNotifications(object dataSource, bool notify = true) Parameters
- dataSource:
object - notify:
bool
Returns any
NotifyUpdateItem(object, int, object, bool)
Section titled "NotifyUpdateItem(object, int, object, bool)"Inherited from: BaseRendererControl
public void NotifyUpdateItem(object dataSource, int index, object refItem, bool syncDataOnly = false) Parameters
- dataSource:
object - index:
int - refItem:
object - syncDataOnly:
bool
Returns any
OnRefChanged(string, object)
Section titled "OnRefChanged(string, object)"Inherited from: BaseRendererControl
public void OnRefChanged(string refName, object refValue) Parameters
- refName:
string - refValue:
object
Returns any
OnInvokeReturn(long, object)
Section titled "OnInvokeReturn(long, object)"Inherited from: BaseRendererControl
public void OnInvokeReturn(long invokeId, object returnValue) Parameters
- invokeId:
long - returnValue:
object
Returns any
Camelize(string)
Section titled "Camelize(string)"Inherited from: BaseRendererControl
protected string Camelize(string value) Parameters
- value:
string
Returns any
ToPascal(string)
Section titled "ToPascal(string)"Inherited from: BaseRendererControl
protected string ToPascal(string value) Parameters
- value:
string
Returns any
OnElementNameChanged(BaseRendererElement, string, string)
Section titled "OnElementNameChanged(BaseRendererElement, string, string)"Inherited from: BaseRendererControl
protected void OnElementNameChanged(BaseRendererElement element, string oldName, string newName) Parameters
- element:
BaseRendererElement - oldName:
string - newName:
string
Returns any
Dispose(bool)
Section titled "Dispose(bool)"Inherited from: BaseRendererControl
protected virtual void Dispose(bool disposing) Parameters
- disposing:
bool
Returns any
SetResourceStringAsync(string, string, string)
Section titled "SetResourceStringAsync(string, string, string)"Inherited from: BaseRendererControl
public Task<object> SetResourceStringAsync(string grouping, string id, string value) Parameters
- grouping:
string - id:
string - value:
string
Returns any
SetResourceStringAsync(string, string)
Section titled "SetResourceStringAsync(string, string)"Inherited from: BaseRendererControl
public Task<object> SetResourceStringAsync(string grouping, string json) Parameters
- grouping:
string - json:
string
Returns any
SetPropertyValue(object, PropertyInfo, JsonElement)
Section titled "SetPropertyValue(object, PropertyInfo, JsonElement)"Inherited from: BaseRendererControl
protected void SetPropertyValue(object item, PropertyInfo property, JsonElement jsonElement) Parameters
- item:
object - property:
PropertyInfo - jsonElement:
JsonElement
Returns any
SetPropertyValue(object, PropertyInfo, object)
Section titled "SetPropertyValue(object, PropertyInfo, object)"Inherited from: BaseRendererControl
protected void SetPropertyValue(object item, PropertyInfo property, object value) Parameters
- item:
object - property:
PropertyInfo - value:
object
Returns any
Dispose()
Section titled "Dispose()"Inherited from: BaseRendererControl
public void Dispose() Returns any
CancelAnnotationFlow(string)
Section titled "CancelAnnotationFlow(string)"public void CancelAnnotationFlow(string annotationFlowId) Parameters
- annotationFlowId:
string
Returns any
CancelAnnotationFlowAsync(string)
Section titled "CancelAnnotationFlowAsync(string)"public Task CancelAnnotationFlowAsync(string annotationFlowId) Parameters
- annotationFlowId:
string
Returns any
Destroy()
Section titled "Destroy()"public void Destroy() Returns any
DestroyAsync()
Section titled "DestroyAsync()"Destroy this control
public Task DestroyAsync() Returns any
ExportDomainChartTestingInfo()
Section titled "ExportDomainChartTestingInfo()"public IgbDomainChartTestingInfo ExportDomainChartTestingInfo() Returns any
ExportDomainChartTestingInfoAsync()
Section titled "ExportDomainChartTestingInfoAsync()"public Task<IgbDomainChartTestingInfo> ExportDomainChartTestingInfoAsync() Returns any
FindByName(string)
Section titled "FindByName(string)"public override object FindByName(string name) Parameters
- name:
string
Returns any
FinishAnnotationFlow(IgbUserAnnotationInformation)
Section titled "FinishAnnotationFlow(IgbUserAnnotationInformation)"public void FinishAnnotationFlow(IgbUserAnnotationInformation flowInformation) Parameters
- flowInformation:
IgbUserAnnotationInformation
Returns any
FinishAnnotationFlowAsync(IgbUserAnnotationInformation)
Section titled "FinishAnnotationFlowAsync(IgbUserAnnotationInformation)"public Task FinishAnnotationFlowAsync(IgbUserAnnotationInformation flowInformation) Parameters
- flowInformation:
IgbUserAnnotationInformation
Returns any
Flush()
Section titled "Flush()"public void Flush() Returns any
FlushAsync()
Section titled "FlushAsync()"Forces any pending refresh to the chart to be finished.
public Task FlushAsync() Returns any
GetCurrentFocusedSeriesItems()
Section titled "GetCurrentFocusedSeriesItems()"public IgbChartSelectedItemCollection GetCurrentFocusedSeriesItems() Returns any
GetCurrentFocusedSeriesItemsAsync()
Section titled "GetCurrentFocusedSeriesItemsAsync()"public Task<IgbChartSelectedItemCollection> GetCurrentFocusedSeriesItemsAsync() Returns any
GetCurrentSelectedSeriesItems()
Section titled "GetCurrentSelectedSeriesItems()"public IgbChartSelectedItemCollection GetCurrentSelectedSeriesItems() Returns any
GetCurrentSelectedSeriesItemsAsync()
Section titled "GetCurrentSelectedSeriesItemsAsync()"public Task<IgbChartSelectedItemCollection> GetCurrentSelectedSeriesItemsAsync() Returns any
HideToolTip()
Section titled "HideToolTip()"public void HideToolTip() Returns any
HideToolTipAsync()
Section titled "HideToolTipAsync()"Hides the active main tooltip, if displayed.
public Task HideToolTipAsync() Returns any
LoadAnnotationsFromJson(string)
Section titled "LoadAnnotationsFromJson(string)"public virtual void LoadAnnotationsFromJson(string jsonString) Parameters
- jsonString:
string
Returns any
LoadAnnotationsFromJsonAsync(string)
Section titled "LoadAnnotationsFromJsonAsync(string)"public virtual Task LoadAnnotationsFromJsonAsync(string jsonString) Parameters
- jsonString:
string
Returns any
NotifyClearItems(object)
Section titled "NotifyClearItems(object)"public virtual void NotifyClearItems(object source_) Parameters
- source_:
object
Returns any
NotifyClearItemsAsync(object)
Section titled "NotifyClearItemsAsync(object)"Used to manually notify the chart that the data source has reset or cleared its items.
public virtual Task NotifyClearItemsAsync(object source_) Parameters
- source_:
object
Returns any
NotifyInsertItem(object, int, object)
Section titled "NotifyInsertItem(object, int, object)"public virtual void NotifyInsertItem(object source_, int index, object newItem) Parameters
- source_:
object - index:
int - newItem:
object
Returns any
NotifyInsertItemAsync(object, int, object)
Section titled "NotifyInsertItemAsync(object, int, object)"public virtual Task NotifyInsertItemAsync(object source_, int index, object newItem) Parameters
- source_:
object - index:
int - newItem:
object
Returns any
NotifyRemoveItem(object, int, object)
Section titled "NotifyRemoveItem(object, int, object)"public virtual void NotifyRemoveItem(object source_, int index, object oldItem) Parameters
- source_:
object - index:
int - oldItem:
object
Returns any
NotifyRemoveItemAsync(object, int, object)
Section titled "NotifyRemoveItemAsync(object, int, object)"public virtual Task NotifyRemoveItemAsync(object source_, int index, object oldItem) Parameters
- source_:
object - index:
int - oldItem:
object
Returns any
NotifyResized()
Section titled "NotifyResized()"public virtual void NotifyResized() Returns any
NotifyResizedAsync()
Section titled "NotifyResizedAsync()"Called when the control has been resized.
public virtual Task NotifyResizedAsync() Returns any
NotifySeriesDataChanged()
Section titled "NotifySeriesDataChanged()"public void NotifySeriesDataChanged() Returns any
NotifySeriesDataChangedAsync()
Section titled "NotifySeriesDataChangedAsync()"public Task NotifySeriesDataChangedAsync() Returns any
NotifySetItem(object, int, object, object)
Section titled "NotifySetItem(object, int, object, object)"public virtual void NotifySetItem(object source_, int index, object oldItem, object newItem) Parameters
- source_:
object - index:
int - oldItem:
object - newItem:
object
Returns any
NotifySetItemAsync(object, int, object, object)
Section titled "NotifySetItemAsync(object, int, object, object)"public virtual Task NotifySetItemAsync(object source_, int index, object oldItem, object newItem) Parameters
- source_:
object - index:
int - oldItem:
object - newItem:
object
Returns any
NotifyVisualPropertiesChanged()
Section titled "NotifyVisualPropertiesChanged()"public void NotifyVisualPropertiesChanged() Returns any
NotifyVisualPropertiesChangedAsync()
Section titled "NotifyVisualPropertiesChangedAsync()"public Task NotifyVisualPropertiesChangedAsync() Returns any
OnDetach()
Section titled "OnDetach()"public void OnDetach() Returns any
OnDetachAsync()
Section titled "OnDetachAsync()"public Task OnDetachAsync() Returns any
ProvideContainer(object)
Section titled "ProvideContainer(object)"public virtual void ProvideContainer(object container) Parameters
- container:
object
Returns any
ProvideContainerAsync(object)
Section titled "ProvideContainerAsync(object)"Provides a container for this control
public virtual Task ProvideContainerAsync(object container) Parameters
- container:
object
Returns any
ReplayTransitionIn()
Section titled "ReplayTransitionIn()"public virtual void ReplayTransitionIn() Returns any
ReplayTransitionInAsync()
Section titled "ReplayTransitionInAsync()"Replays transition-in animation on all series in the chart.
public virtual Task ReplayTransitionInAsync() Returns any
ResetAnnotations()
Section titled "ResetAnnotations()"public virtual void ResetAnnotations() Returns any
ResetAnnotationsAsync()
Section titled "ResetAnnotationsAsync()"public virtual Task ResetAnnotationsAsync() Returns any
ResetZoom()
Section titled "ResetZoom()"public void ResetZoom() Returns any
ResetZoomAsync()
Section titled "ResetZoomAsync()"Resets the zoom level to default.
public Task ResetZoomAsync() Returns any
SaveAnnotationsToJson()
Section titled "SaveAnnotationsToJson()"public virtual string SaveAnnotationsToJson() Returns any
SaveAnnotationsToJsonAsync()
Section titled "SaveAnnotationsToJsonAsync()"public virtual Task<string> SaveAnnotationsToJsonAsync() Returns any
SetCustomizedStringAsync(string, string)
Section titled "SetCustomizedStringAsync(string, string)"Provide a new set of localized strings to use for a given languange.
public Task<object> SetCustomizedStringAsync(string language, string json) Parameters
- language:
string - json:
string
Returns any
SetCustomizedStringAsync(string, string, string)
Section titled "SetCustomizedStringAsync(string, string, string)"Provide a new set of localized strings to use for a given languange.
public Task<object> SetCustomizedStringAsync(string language, string id, string value) Parameters
- language:
string - id:
string - value:
string
Returns any
SimulateClick(Point)
Section titled "SimulateClick(Point)"public void SimulateClick(Point point) Parameters
- point:
Point
Returns any
SimulateClickAsync(Point)
Section titled "SimulateClickAsync(Point)"public Task SimulateClickAsync(Point point) Parameters
- point:
Point
Returns any
SimulateHover(Point)
Section titled "SimulateHover(Point)"public void SimulateHover(Point point) Parameters
- point:
Point
Returns any
SimulateHoverAsync(Point)
Section titled "SimulateHoverAsync(Point)"public Task SimulateHoverAsync(Point point) Parameters
- point:
Point
Returns any
SimulatePlotPointerUp(Point)
Section titled "SimulatePlotPointerUp(Point)"public void SimulatePlotPointerUp(Point point) Parameters
- point:
Point
Returns any
SimulatePlotPointerUpAsync(Point)
Section titled "SimulatePlotPointerUpAsync(Point)"public Task SimulatePlotPointerUpAsync(Point point) Parameters
- point:
Point
Returns any
SimulatePressAndHold(Point)
Section titled "SimulatePressAndHold(Point)"public void SimulatePressAndHold(Point point) Parameters
- point:
Point
Returns any
SimulatePressAndHoldAsync(Point)
Section titled "SimulatePressAndHoldAsync(Point)"public Task SimulatePressAndHoldAsync(Point point) Parameters
- point:
Point
Returns any
StartCreatingAnnotation()
Section titled "StartCreatingAnnotation()"public virtual void StartCreatingAnnotation() Returns any
StartCreatingAnnotationAsync()
Section titled "StartCreatingAnnotationAsync()"public virtual Task StartCreatingAnnotationAsync() Returns any
StartDeletingAnnotation()
Section titled "StartDeletingAnnotation()"public virtual void StartDeletingAnnotation() Returns any
StartDeletingAnnotationAsync()
Section titled "StartDeletingAnnotationAsync()"public virtual Task StartDeletingAnnotationAsync() Returns any
ZoomIn(double)
Section titled "ZoomIn(double)"public void ZoomIn(double v) Parameters
- v:
double
Returns any
ZoomInAsync(double)
Section titled "ZoomInAsync(double)"Performs zoom in action on the chart by specified percentage of current window rect
public Task ZoomInAsync(double v) Parameters
- v:
double
Returns any
ZoomOut(double)
Section titled "ZoomOut(double)"public void ZoomOut(double v) Parameters
- v:
double
Returns any
ZoomOutAsync(double)
Section titled "ZoomOutAsync(double)"Performs zoom out action on the chart by specified percentage of current window rect
public Task ZoomOutAsync(double v) Parameters
- v:
double
Returns any
Events
Section titled "Events"FilterStringErrorsParsing
Section titled "FilterStringErrorsParsing"[Parameter]
public EventCallback<IgbFilterStringErrorsParsingEventArgs> FilterStringErrorsParsing { get; set; } FocusedSeriesItemsChanged
Section titled "FocusedSeriesItemsChanged"[Parameter]
public EventCallback<IgbSeriesViewerSelectedSeriesItemsChangedEventArgs> FocusedSeriesItemsChanged { get; set; } PlotAreaPointerDown
Section titled "PlotAreaPointerDown"[Parameter]
public EventCallback<IgbDomainChartPlotAreaPointerEventArgs> PlotAreaPointerDown { get; set; } PlotAreaPointerEnter
Section titled "PlotAreaPointerEnter"[Parameter]
public EventCallback<IgbDomainChartPlotAreaPointerEventArgs> PlotAreaPointerEnter { get; set; } PlotAreaPointerLeave
Section titled "PlotAreaPointerLeave"[Parameter]
public EventCallback<IgbDomainChartPlotAreaPointerEventArgs> PlotAreaPointerLeave { get; set; } PlotAreaPointerUp
Section titled "PlotAreaPointerUp"[Parameter]
public EventCallback<IgbDomainChartPlotAreaPointerEventArgs> PlotAreaPointerUp { get; set; } SelectedSeriesItemsChanged
Section titled "SelectedSeriesItemsChanged"[Parameter]
public EventCallback<IgbSeriesViewerSelectedSeriesItemsChangedEventArgs> SelectedSeriesItemsChanged { get; set; } SeriesAdded
Section titled "SeriesAdded"[Parameter]
public EventCallback<IgbChartSeriesEventArgs> SeriesAdded { get; set; } SeriesClick
Section titled "SeriesClick"[Parameter]
public EventCallback<IgbDomainChartSeriesPointerEventArgs> SeriesClick { get; set; } SeriesPointerDown
Section titled "SeriesPointerDown"[Parameter]
public EventCallback<IgbDomainChartSeriesPointerEventArgs> SeriesPointerDown { get; set; } SeriesPointerEnter
Section titled "SeriesPointerEnter"[Parameter]
public EventCallback<IgbDomainChartSeriesPointerEventArgs> SeriesPointerEnter { get; set; } SeriesPointerLeave
Section titled "SeriesPointerLeave"[Parameter]
public EventCallback<IgbDomainChartSeriesPointerEventArgs> SeriesPointerLeave { get; set; } SeriesPointerUp
Section titled "SeriesPointerUp"[Parameter]
public EventCallback<IgbDomainChartSeriesPointerEventArgs> SeriesPointerUp { get; set; } SeriesRemoved
Section titled "SeriesRemoved"[Parameter]
public EventCallback<IgbChartSeriesEventArgs> SeriesRemoved { get; set; } UserAnnotationInformationRequested
Section titled "UserAnnotationInformationRequested"[Parameter]
public EventCallback<IgbUserAnnotationInformationEventArgs> UserAnnotationInformationRequested { get; set; } UserAnnotationToolTipContentUpdating
Section titled "UserAnnotationToolTipContentUpdating"[Parameter]
public EventCallback<IgbUserAnnotationToolTipContentUpdatingEventArgs> UserAnnotationToolTipContentUpdating { get; set; } FilterStringErrorsParsingScript
Section titled "FilterStringErrorsParsingScript"[Parameter]
public string FilterStringErrorsParsingScript { get; set; } FocusedSeriesItemsChangedScript
Section titled "FocusedSeriesItemsChangedScript"[Parameter]
public string FocusedSeriesItemsChangedScript { get; set; } PlotAreaPointerDownScript
Section titled "PlotAreaPointerDownScript"[Parameter]
public string PlotAreaPointerDownScript { get; set; } PlotAreaPointerEnterScript
Section titled "PlotAreaPointerEnterScript"[Parameter]
public string PlotAreaPointerEnterScript { get; set; } PlotAreaPointerLeaveScript
Section titled "PlotAreaPointerLeaveScript"[Parameter]
public string PlotAreaPointerLeaveScript { get; set; } PlotAreaPointerUpScript
Section titled "PlotAreaPointerUpScript"[Parameter]
public string PlotAreaPointerUpScript { get; set; } SelectedSeriesItemsChangedScript
Section titled "SelectedSeriesItemsChangedScript"[Parameter]
public string SelectedSeriesItemsChangedScript { get; set; } SeriesAddedScript
Section titled "SeriesAddedScript"[Parameter]
public string SeriesAddedScript { get; set; } SeriesClickScript
Section titled "SeriesClickScript"[Parameter]
public string SeriesClickScript { get; set; } SeriesPointerDownScript
Section titled "SeriesPointerDownScript"[Parameter]
public string SeriesPointerDownScript { get; set; } SeriesPointerEnterScript
Section titled "SeriesPointerEnterScript"[Parameter]
public string SeriesPointerEnterScript { get; set; } SeriesPointerLeaveScript
Section titled "SeriesPointerLeaveScript"[Parameter]
public string SeriesPointerLeaveScript { get; set; } SeriesPointerUpScript
Section titled "SeriesPointerUpScript"[Parameter]
public string SeriesPointerUpScript { get; set; } SeriesRemovedScript
Section titled "SeriesRemovedScript"[Parameter]
public string SeriesRemovedScript { get; set; } UserAnnotationInformationRequestedScript
Section titled "UserAnnotationInformationRequestedScript"[Parameter]
public string UserAnnotationInformationRequestedScript { get; set; } UserAnnotationToolTipContentUpdatingScript
Section titled "UserAnnotationToolTipContentUpdatingScript"[Parameter]
public string UserAnnotationToolTipContentUpdatingScript { get; set; }