Represents a base class for all domain charts that can plot scatter data and shapefiles
InheritanceSystem.Object
IgbDomainChart
ImplementsSystem.IDisposable
Namespace: IgniteUI.Blazor.Controls Assembly: IgniteUI.Blazor.dll Syntaxpublic class IgbDomainChart : BaseRendererControl, RefSink, JsonSerializable, IDisposable
Constructors IgbDomainChart() Declaration Properties ActualBrushes
Gets the actual palette of brushes to use for coloring the chart series.
Declarationpublic string ActualBrushes { get; set; }
Property Value Type Description System.String ActualOutlines
Gets the actual palette of brushes to use for outlines on the chart series.
Declarationpublic string ActualOutlines { get; set; }
Property Value Type Description System.String AlignsGridLinesToPixels
Gets or sets a value indicating whether grid and tick lines are aligned to device pixels.
Declarationpublic bool AlignsGridLinesToPixels { get; set; }
Property Value Type Description System.Boolean AnimateSeriesWhenAxisRangeChanges
Gets or sets whether the series animations should be allowed when a range change has been detected on an axis.
Declarationpublic bool AnimateSeriesWhenAxisRangeChanges { get; set; }
Property Value Type Description System.Boolean AreaFillOpacity
Gets or sets the fill opacity for all series that have area visuals in this chart.
Declarationpublic double AreaFillOpacity { get; set; }
Property Value Type Description System.Double Remarks AutoCalloutsVisible Declaration
public bool AutoCalloutsVisible { get; set; }
Property Value Type Description System.Boolean BottomMargin
Gets or sets the bottom margin around the chart content.
Declarationpublic double BottomMargin { get; set; }
Property Value Type Description System.Double Brushes
Gets or sets the palette of brushes to use for coloring the chart series.
Declarationpublic string Brushes { get; set; }
Property Value Type Description System.String Remarks CalloutCollisionMode Declaration
public CalloutCollisionMode CalloutCollisionMode { get; set; }
Property Value CalloutRenderStyleUpdating Declaration
public Action<IgbCalloutRenderStyleUpdatingEventArgs> CalloutRenderStyleUpdating { get; set; }
Property Value CalloutRenderStyleUpdatingScript Declaration
public string CalloutRenderStyleUpdatingScript { get; set; }
Property Value Type Description System.String CalloutsAllowedPositions
Gets or sets the allowed positions that the callout layer is allowed to use.
Declarationpublic IgbCalloutPlacementPositionsCollection CalloutsAllowedPositions { get; set; }
Property Value CalloutsAutoLabelPrecision Declaration
public int CalloutsAutoLabelPrecision { get; set; }
Property Value Type Description System.Int32 CalloutsBackground Declaration
public string CalloutsBackground { get; set; }
Property Value Type Description System.String CalloutsContentMemberPath
Gets or sets the member path of the content data for the callouts.
Declarationpublic string CalloutsContentMemberPath { get; set; }
Property Value Type Description System.String CalloutsDarkTextColor Declaration
public string CalloutsDarkTextColor { get; set; }
Property Value Type Description System.String CalloutsDataSource
Gets or sets the collection of callout data to be annotated.
Declarationpublic object CalloutsDataSource { get; set; }
Property Value Type Description System.Object CalloutsDataSourceScript
Provides a means of setting CalloutsDataSource in the JavaScript environment.
Declarationpublic string CalloutsDataSourceScript { get; set; }
Property Value Type Description System.String CalloutsFontFamily Declaration
public string CalloutsFontFamily { get; set; }
Property Value Type Description System.String CalloutsFontSize Declaration
public double CalloutsFontSize { get; set; }
Property Value Type Description System.Double CalloutsFontStyle Declaration
public string CalloutsFontStyle { get; set; }
Property Value Type Description System.String CalloutsFontWeight Declaration
public string CalloutsFontWeight { get; set; }
Property Value Type Description System.String CalloutsLabelMemberPath
Gets or sets the member path of the label data for the callouts.
Declarationpublic string CalloutsLabelMemberPath { get; set; }
Property Value Type Description System.String CalloutsLeaderBrush Declaration
public string CalloutsLeaderBrush { get; set; }
Property Value Type Description System.String CalloutsLightTextColor Declaration
public string CalloutsLightTextColor { get; set; }
Property Value Type Description System.String CalloutsOutline Declaration
public string CalloutsOutline { get; set; }
Property Value Type Description System.String CalloutsStrokeThickness Declaration
public double CalloutsStrokeThickness { get; set; }
Property Value Type Description System.Double CalloutsTextColor Declaration
public string CalloutsTextColor { get; set; }
Property Value Type Description System.String CalloutStyleUpdating Declaration
public Action<IgbCalloutStyleUpdatingEventArgs> CalloutStyleUpdating { get; set; }
Property Value CalloutStyleUpdatingEventEnabled
Gets or sets if event annotations should be displayed.
Declarationpublic bool CalloutStyleUpdatingEventEnabled { get; set; }
Property Value Type Description System.Boolean CalloutStyleUpdatingScript Declaration
public string CalloutStyleUpdatingScript { get; set; }
Property Value Type Description System.String CalloutsUseAutoContrastingLabelColors Declaration
public bool CalloutsUseAutoContrastingLabelColors { get; set; }
Property Value Type Description System.Boolean CalloutsUseItemColorForFill Declaration
public bool CalloutsUseItemColorForFill { get; set; }
Property Value Type Description System.Boolean CalloutsUseItemColorForOutline Declaration
public bool CalloutsUseItemColorForOutline { get; set; }
Property Value Type Description System.Boolean CalloutsVisible
Gets or sets if callouts should be displayed.
Declarationpublic bool CalloutsVisible { get; set; }
Property Value Type Description System.Boolean CalloutsXMemberPath
Gets or sets the member path of the X data for the callouts.
Declarationpublic string CalloutsXMemberPath { get; set; }
Property Value Type Description System.String CalloutsYMemberPath
Gets or sets the member path of the Y data for the callouts.
Declarationpublic string CalloutsYMemberPath { get; set; }
Property Value Type Description System.String ChartTitle
Gets or sets text to display above the plot area.
Declarationpublic string ChartTitle { get; set; }
Property Value Type Description System.String ComputedPlotAreaMarginMode
Gets or sets mode to use for automatically calculating the plot area margin.
Declarationpublic ComputedPlotAreaMarginMode ComputedPlotAreaMarginMode { get; set; }
Property Value CrosshairsAnnotationEnabled
Gets or sets whether annotations are shown along the axis for crosshair values
Declarationpublic bool CrosshairsAnnotationEnabled { get; set; }
Property Value Type Description System.Boolean CrosshairsAnnotationXAxisBackground
Gets or sets the background of crosshair annotation on x-axis.
Declarationpublic string CrosshairsAnnotationXAxisBackground { get; set; }
Property Value Type Description System.String CrosshairsAnnotationXAxisPrecision
Gets or sets precision on interpolated values of crosshairs on x-axis.
Declarationpublic int CrosshairsAnnotationXAxisPrecision { get; set; }
Property Value Type Description System.Int32 CrosshairsAnnotationXAxisTextColor
Gets or sets the text color of crosshair annotation on x-axis.
Declarationpublic string CrosshairsAnnotationXAxisTextColor { get; set; }
Property Value Type Description System.String CrosshairsAnnotationYAxisBackground
Gets or sets the background of crosshair annotation on y-axis.
Declarationpublic string CrosshairsAnnotationYAxisBackground { get; set; }
Property Value Type Description System.String CrosshairsAnnotationYAxisPrecision
Gets or sets precision on interpolated values of crosshairs on y-axis.
Declarationpublic int CrosshairsAnnotationYAxisPrecision { get; set; }
Property Value Type Description System.Int32 CrosshairsAnnotationYAxisTextColor
Gets or sets the text color of crosshair annotation on y-axis.
Declarationpublic string CrosshairsAnnotationYAxisTextColor { get; set; }
Property Value Type Description System.String CrosshairsDisplayMode
Gets or sets the crosshairs to be displayed.
Declarationpublic CrosshairsDisplayMode CrosshairsDisplayMode { get; set; }
Property Value CrosshairsLineHorizontalStroke
Gets or sets the color to apply to horizontal crosshairs line.
Declarationpublic string CrosshairsLineHorizontalStroke { get; set; }
Property Value Type Description System.String CrosshairsLineThickness
Gets or sets thickness of crosshairs lines.
Declarationpublic double CrosshairsLineThickness { get; set; }
Property Value Type Description System.Double CrosshairsLineVerticalStroke
Gets or sets the color to apply to vertical crosshairs line.
Declarationpublic string CrosshairsLineVerticalStroke { get; set; }
Property Value Type Description System.String CrosshairsSkipInvalidData Declaration
public bool CrosshairsSkipInvalidData { get; set; }
Property Value Type Description System.Boolean CrosshairsSkipZeroValueFragments Declaration
public bool CrosshairsSkipZeroValueFragments { get; set; }
Property Value Type Description System.Boolean CrosshairsSnapToData
Gets or sets whether crosshairs will snap to the nearest data point.
Declarationpublic bool CrosshairsSnapToData { get; set; }
Property Value Type Description System.Boolean DataSource
Gets or sets a collection of data items used to generate the chart.
Declarationpublic object DataSource { get; set; }
Property Value Type Description System.Object Remarks DataSourceScript
Provides a means of setting DataSource in the JavaScript environment.
Declarationpublic string DataSourceScript { get; set; }
Property Value Type Description System.String DataToolTipBadgeMarginBottom Declaration
public double DataToolTipBadgeMarginBottom { get; set; }
Property Value Type Description System.Double DataToolTipBadgeMarginLeft Declaration
public double DataToolTipBadgeMarginLeft { get; set; }
Property Value Type Description System.Double DataToolTipBadgeMarginRight Declaration
public double DataToolTipBadgeMarginRight { get; set; }
Property Value Type Description System.Double DataToolTipBadgeMarginTop Declaration
public double DataToolTipBadgeMarginTop { get; set; }
Property Value Type Description System.Double DataToolTipBadgeShape
Gets or sets the BadgeShape for the data legend.
Declarationpublic LegendItemBadgeShape DataToolTipBadgeShape { get; set; }
Property Value DataToolTipDefaultPositionOffsetX
Gets or sets the offset of the tooltip layer on the X axis.
Declarationpublic double DataToolTipDefaultPositionOffsetX { get; set; }
Property Value Type Description System.Double DataToolTipDefaultPositionOffsetY
Gets or sets the offset of the tooltip layer on the Y axis.
Declarationpublic double DataToolTipDefaultPositionOffsetY { get; set; }
Property Value Type Description System.Double 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"
Declarationpublic string[] DataToolTipExcludedColumns { get; set; }
Property Value Type Description System.String[] Remarks DataToolTipExcludedSeries
Gets or sets indexes or names of series to exclude from displaying in the data legend, e.g. "0, 1"
Declarationpublic string[] DataToolTipExcludedSeries { get; set; }
Property Value Type Description System.String[] Remarks DataToolTipGroupedPositionModeX
Gets or sets the tooltip position mode on the X axis for grouped series.
Declarationpublic DataTooltipGroupedPositionX DataToolTipGroupedPositionModeX { get; set; }
Property Value DataToolTipGroupedPositionModeY
Gets or sets the tooltip position mode on the Y axis for grouped series.
Declarationpublic DataTooltipGroupedPositionY DataToolTipGroupedPositionModeY { get; set; }
Property Value DataToolTipGroupingMode Declaration
public DataToolTipLayerGroupingMode DataToolTipGroupingMode { get; set; }
Property Value DataToolTipGroupRowMarginBottom Declaration
public double DataToolTipGroupRowMarginBottom { get; set; }
Property Value Type Description System.Double DataToolTipGroupRowMarginLeft Declaration
public double DataToolTipGroupRowMarginLeft { get; set; }
Property Value Type Description System.Double DataToolTipGroupRowMarginRight Declaration
public double DataToolTipGroupRowMarginRight { get; set; }
Property Value Type Description System.Double DataToolTipGroupRowMarginTop Declaration
public double DataToolTipGroupRowMarginTop { get; set; }
Property Value Type Description System.Double DataToolTipGroupRowVisible Declaration
public bool DataToolTipGroupRowVisible { get; set; }
Property Value Type Description System.Boolean DataToolTipGroupTextColor Declaration
public string DataToolTipGroupTextColor { get; set; }
Property Value Type Description System.String DataToolTipGroupTextFontFamily Declaration
public string DataToolTipGroupTextFontFamily { get; set; }
Property Value Type Description System.String DataToolTipGroupTextFontSize Declaration
public double DataToolTipGroupTextFontSize { get; set; }
Property Value Type Description System.Double DataToolTipGroupTextFontStyle Declaration
public string DataToolTipGroupTextFontStyle { get; set; }
Property Value Type Description System.String DataToolTipGroupTextFontWeight Declaration
public string DataToolTipGroupTextFontWeight { get; set; }
Property Value Type Description System.String DataToolTipGroupTextMarginBottom Declaration
public double DataToolTipGroupTextMarginBottom { get; set; }
Property Value Type Description System.Double DataToolTipGroupTextMarginLeft Declaration
public double DataToolTipGroupTextMarginLeft { get; set; }
Property Value Type Description System.Double DataToolTipGroupTextMarginRight Declaration
public double DataToolTipGroupTextMarginRight { get; set; }
Property Value Type Description System.Double DataToolTipGroupTextMarginTop Declaration
public double DataToolTipGroupTextMarginTop { get; set; }
Property Value Type Description System.Double DataToolTipHeaderFormatCulture
Gets or sets globalization culture when displaying header as date time
Declarationpublic string DataToolTipHeaderFormatCulture { get; set; }
Property Value Type Description System.String Remarks DataToolTipHeaderFormatDate
Gets or sets date format for the header
Declarationpublic DataLegendHeaderDateMode DataToolTipHeaderFormatDate { get; set; }
Property Value Remarks DataToolTipHeaderFormatSpecifiers
Gets or sets the format specifiers to use with the HeaderFormatString string.
Declarationpublic IgbFormatSpecifierCollection DataToolTipHeaderFormatSpecifiers { get; set; }
Property Value DataToolTipHeaderFormatString
Gets or sets the format string for header text displayed in the data legend.
Declarationpublic string DataToolTipHeaderFormatString { get; set; }
Property Value Type Description System.String DataToolTipHeaderFormatTime
Gets or sets time format for the header
Declarationpublic DataLegendHeaderTimeMode DataToolTipHeaderFormatTime { get; set; }
Property Value Remarks DataToolTipHeaderRowMarginBottom Declaration
public double DataToolTipHeaderRowMarginBottom { get; set; }
Property Value Type Description System.Double DataToolTipHeaderRowMarginLeft Declaration
public double DataToolTipHeaderRowMarginLeft { get; set; }
Property Value Type Description System.Double DataToolTipHeaderRowMarginRight Declaration
public double DataToolTipHeaderRowMarginRight { get; set; }
Property Value Type Description System.Double DataToolTipHeaderRowMarginTop Declaration
public double DataToolTipHeaderRowMarginTop { get; set; }
Property Value Type Description System.Double DataToolTipHeaderRowVisible
Gets or sets whether to show Header row.
Declarationpublic bool DataToolTipHeaderRowVisible { get; set; }
Property Value Type Description System.Boolean DataToolTipHeaderText
Gets or sets the HeaderText for the data legend.
Declarationpublic string DataToolTipHeaderText { get; set; }
Property Value Type Description System.String DataToolTipHeaderTextColor
Gets or sets the header text color.
Declarationpublic string DataToolTipHeaderTextColor { get; set; }
Property Value Type Description System.String DataToolTipHeaderTextFontFamily Declaration
public string DataToolTipHeaderTextFontFamily { get; set; }
Property Value Type Description System.String DataToolTipHeaderTextFontSize Declaration
public double DataToolTipHeaderTextFontSize { get; set; }
Property Value Type Description System.Double DataToolTipHeaderTextFontStyle Declaration
public string DataToolTipHeaderTextFontStyle { get; set; }
Property Value Type Description System.String DataToolTipHeaderTextFontWeight Declaration
public string DataToolTipHeaderTextFontWeight { get; set; }
Property Value Type Description System.String DataToolTipHeaderTextMarginBottom Declaration
public double DataToolTipHeaderTextMarginBottom { get; set; }
Property Value Type Description System.Double DataToolTipHeaderTextMarginLeft Declaration
public double DataToolTipHeaderTextMarginLeft { get; set; }
Property Value Type Description System.Double DataToolTipHeaderTextMarginRight Declaration
public double DataToolTipHeaderTextMarginRight { get; set; }
Property Value Type Description System.Double DataToolTipHeaderTextMarginTop Declaration
public double DataToolTipHeaderTextMarginTop { get; set; }
Property Value Type Description System.Double 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"
Declarationpublic string[] DataToolTipIncludedColumns { get; set; }
Property Value Type Description System.String[] Remarks DataToolTipIncludedSeries
Gets or sets indexes or names of series to include in displaying in the data legend, e.g. "0, 1"
Declarationpublic string[] DataToolTipIncludedSeries { get; set; }
Property Value Type Description System.String[] 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
Declarationpublic DataLegendLabelMode DataToolTipLabelDisplayMode { get; set; }
Property Value DataToolTipLabelTextColor
Gets or sets the units text color.
Declarationpublic string DataToolTipLabelTextColor { get; set; }
Property Value Type Description System.String DataToolTipLabelTextFontFamily Declaration
public string DataToolTipLabelTextFontFamily { get; set; }
Property Value Type Description System.String DataToolTipLabelTextFontSize Declaration
public double DataToolTipLabelTextFontSize { get; set; }
Property Value Type Description System.Double DataToolTipLabelTextFontStyle Declaration
public string DataToolTipLabelTextFontStyle { get; set; }
Property Value Type Description System.String DataToolTipLabelTextFontWeight Declaration
public string DataToolTipLabelTextFontWeight { get; set; }
Property Value Type Description System.String DataToolTipLabelTextMarginBottom Declaration
public double DataToolTipLabelTextMarginBottom { get; set; }
Property Value Type Description System.Double DataToolTipLabelTextMarginLeft Declaration
public double DataToolTipLabelTextMarginLeft { get; set; }
Property Value Type Description System.Double DataToolTipLabelTextMarginRight Declaration
public double DataToolTipLabelTextMarginRight { get; set; }
Property Value Type Description System.Double DataToolTipLabelTextMarginTop Declaration
public double DataToolTipLabelTextMarginTop { get; set; }
Property Value Type Description System.Double DataToolTipPositionOffsetX
Gets or sets the offset of the tooltip layer on the X axis.
Declarationpublic double DataToolTipPositionOffsetX { get; set; }
Property Value Type Description System.Double DataToolTipPositionOffsetY
Gets or sets the offset of the tooltip layer on the Y axis.
Declarationpublic double DataToolTipPositionOffsetY { get; set; }
Property Value Type Description System.Double DataToolTipShouldUpdateWhenSeriesDataChanges
Gets or sets whether the data legend should update when the series data is mutated.
Declarationpublic bool DataToolTipShouldUpdateWhenSeriesDataChanges { get; set; }
Property Value Type Description System.Boolean DataToolTipSummaryLabelText
Gets or sets the units text for the data legend.
Declarationpublic string DataToolTipSummaryLabelText { get; set; }
Property Value Type Description System.String DataToolTipSummaryLabelTextColor
Gets or sets the units text color.
Declarationpublic string DataToolTipSummaryLabelTextColor { get; set; }
Property Value Type Description System.String DataToolTipSummaryLabelTextFontFamily Declaration
public string DataToolTipSummaryLabelTextFontFamily { get; set; }
Property Value Type Description System.String DataToolTipSummaryLabelTextFontSize Declaration
public double DataToolTipSummaryLabelTextFontSize { get; set; }
Property Value Type Description System.Double DataToolTipSummaryLabelTextFontStyle Declaration
public string DataToolTipSummaryLabelTextFontStyle { get; set; }
Property Value Type Description System.String DataToolTipSummaryLabelTextFontWeight Declaration
public string DataToolTipSummaryLabelTextFontWeight { get; set; }
Property Value Type Description System.String DataToolTipSummaryRowMarginBottom Declaration
public double DataToolTipSummaryRowMarginBottom { get; set; }
Property Value Type Description System.Double DataToolTipSummaryRowMarginLeft Declaration
public double DataToolTipSummaryRowMarginLeft { get; set; }
Property Value Type Description System.Double DataToolTipSummaryRowMarginRight Declaration
public double DataToolTipSummaryRowMarginRight { get; set; }
Property Value Type Description System.Double DataToolTipSummaryRowMarginTop Declaration
public double DataToolTipSummaryRowMarginTop { get; set; }
Property Value Type Description System.Double DataToolTipSummaryTitleText
Gets or sets the SummaryTitleText for the data legend.
Declarationpublic string DataToolTipSummaryTitleText { get; set; }
Property Value Type Description System.String DataToolTipSummaryTitleTextColor
Gets or sets the summary text color.
Declarationpublic string DataToolTipSummaryTitleTextColor { get; set; }
Property Value Type Description System.String DataToolTipSummaryTitleTextFontFamily Declaration
public string DataToolTipSummaryTitleTextFontFamily { get; set; }
Property Value Type Description System.String DataToolTipSummaryTitleTextFontSize Declaration
public double DataToolTipSummaryTitleTextFontSize { get; set; }
Property Value Type Description System.Double DataToolTipSummaryTitleTextFontStyle Declaration
public string DataToolTipSummaryTitleTextFontStyle { get; set; }
Property Value Type Description System.String DataToolTipSummaryTitleTextFontWeight Declaration
public string DataToolTipSummaryTitleTextFontWeight { get; set; }
Property Value Type Description System.String DataToolTipSummaryTitleTextMarginBottom Declaration
public double DataToolTipSummaryTitleTextMarginBottom { get; set; }
Property Value Type Description System.Double DataToolTipSummaryTitleTextMarginLeft Declaration
public double DataToolTipSummaryTitleTextMarginLeft { get; set; }
Property Value Type Description System.Double DataToolTipSummaryTitleTextMarginRight Declaration
public double DataToolTipSummaryTitleTextMarginRight { get; set; }
Property Value Type Description System.Double DataToolTipSummaryTitleTextMarginTop Declaration
public double DataToolTipSummaryTitleTextMarginTop { get; set; }
Property Value Type Description System.Double DataToolTipSummaryType
Gets or sets the SummaryType for the data legend.
Declarationpublic DataLegendSummaryType DataToolTipSummaryType { get; set; }
Property Value DataToolTipSummaryUnitsText
Gets or sets the units text for the data legend.
Declarationpublic string DataToolTipSummaryUnitsText { get; set; }
Property Value Type Description System.String DataToolTipSummaryUnitsTextColor
Gets or sets the units text color.
Declarationpublic string DataToolTipSummaryUnitsTextColor { get; set; }
Property Value Type Description System.String DataToolTipSummaryUnitsTextFontFamily Declaration
public string DataToolTipSummaryUnitsTextFontFamily { get; set; }
Property Value Type Description System.String DataToolTipSummaryUnitsTextFontSize Declaration
public double DataToolTipSummaryUnitsTextFontSize { get; set; }
Property Value Type Description System.Double DataToolTipSummaryUnitsTextFontStyle Declaration
public string DataToolTipSummaryUnitsTextFontStyle { get; set; }
Property Value Type Description System.String DataToolTipSummaryUnitsTextFontWeight Declaration
public string DataToolTipSummaryUnitsTextFontWeight { get; set; }
Property Value Type Description System.String DataToolTipSummaryValueTextColor
Gets or sets the units text color.
Declarationpublic string DataToolTipSummaryValueTextColor { get; set; }
Property Value Type Description System.String DataToolTipSummaryValueTextFontFamily Declaration
public string DataToolTipSummaryValueTextFontFamily { get; set; }
Property Value Type Description System.String DataToolTipSummaryValueTextFontSize Declaration
public double DataToolTipSummaryValueTextFontSize { get; set; }
Property Value Type Description System.Double DataToolTipSummaryValueTextFontStyle Declaration
public string DataToolTipSummaryValueTextFontStyle { get; set; }
Property Value Type Description System.String DataToolTipSummaryValueTextFontWeight Declaration
public string DataToolTipSummaryValueTextFontWeight { get; set; }
Property Value Type Description System.String DataToolTipTitleTextColor
Gets or sets the display text color.
Declarationpublic string DataToolTipTitleTextColor { get; set; }
Property Value Type Description System.String DataToolTipTitleTextFontFamily Declaration
public string DataToolTipTitleTextFontFamily { get; set; }
Property Value Type Description System.String DataToolTipTitleTextFontSize Declaration
public double DataToolTipTitleTextFontSize { get; set; }
Property Value Type Description System.Double DataToolTipTitleTextFontStyle Declaration
public string DataToolTipTitleTextFontStyle { get; set; }
Property Value Type Description System.String DataToolTipTitleTextFontWeight Declaration
public string DataToolTipTitleTextFontWeight { get; set; }
Property Value Type Description System.String DataToolTipTitleTextMarginBottom Declaration
public double DataToolTipTitleTextMarginBottom { get; set; }
Property Value Type Description System.Double DataToolTipTitleTextMarginLeft Declaration
public double DataToolTipTitleTextMarginLeft { get; set; }
Property Value Type Description System.Double DataToolTipTitleTextMarginRight Declaration
public double DataToolTipTitleTextMarginRight { get; set; }
Property Value Type Description System.Double DataToolTipTitleTextMarginTop Declaration
public double DataToolTipTitleTextMarginTop { get; set; }
Property Value Type Description System.Double DataToolTipUnitsDisplayMode
Gets or sets the UnitsMode for the data legend.
Declarationpublic DataLegendUnitsMode DataToolTipUnitsDisplayMode { get; set; }
Property Value DataToolTipUnitsText
Gets or sets the units text for the data legend.
Declarationpublic string DataToolTipUnitsText { get; set; }
Property Value Type Description System.String DataToolTipUnitsTextColor
Gets or sets the units text color.
Declarationpublic string DataToolTipUnitsTextColor { get; set; }
Property Value Type Description System.String DataToolTipUnitsTextFontFamily Declaration
public string DataToolTipUnitsTextFontFamily { get; set; }
Property Value Type Description System.String DataToolTipUnitsTextFontSize Declaration
public double DataToolTipUnitsTextFontSize { get; set; }
Property Value Type Description System.Double DataToolTipUnitsTextFontStyle Declaration
public string DataToolTipUnitsTextFontStyle { get; set; }
Property Value Type Description System.String DataToolTipUnitsTextFontWeight Declaration
public string DataToolTipUnitsTextFontWeight { get; set; }
Property Value Type Description System.String DataToolTipUnitsTextMarginBottom Declaration
public double DataToolTipUnitsTextMarginBottom { get; set; }
Property Value Type Description System.Double DataToolTipUnitsTextMarginLeft Declaration
public double DataToolTipUnitsTextMarginLeft { get; set; }
Property Value Type Description System.Double DataToolTipUnitsTextMarginRight Declaration
public double DataToolTipUnitsTextMarginRight { get; set; }
Property Value Type Description System.Double DataToolTipUnitsTextMarginTop Declaration
public double DataToolTipUnitsTextMarginTop { get; set; }
Property Value Type Description System.Double DataToolTipValueFormatAbbreviation
Gets or sets mode for abbreviating large numbers displayed in the legend
Declarationpublic DataAbbreviationMode DataToolTipValueFormatAbbreviation { get; set; }
Property Value Remarks 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
Declarationpublic string DataToolTipValueFormatCulture { get; set; }
Property Value Type Description System.String Remarks DataToolTipValueFormatMaxFractions
Gets or sets maximum digits for formating numbers displayed in the legend
Declarationpublic int DataToolTipValueFormatMaxFractions { get; set; }
Property Value Type Description System.Int32 Remarks DataToolTipValueFormatMinFractions
Gets or sets minimum digits for formating numbers displayed in the legend
Declarationpublic int DataToolTipValueFormatMinFractions { get; set; }
Property Value Type Description System.Int32 Remarks DataToolTipValueFormatMode
Gets or sets the mode for displaying values in the data legend, e.g. Currency ($500.25), Decimal (500.25), Integer (500)
Declarationpublic DataLegendValueMode DataToolTipValueFormatMode { get; set; }
Property Value DataToolTipValueFormatSpecifiers
Gets or sets the format specifiers to use with the ValueFormatString string.
Declarationpublic IgbFormatSpecifierCollection DataToolTipValueFormatSpecifiers { get; set; }
Property Value DataToolTipValueFormatString
Gets or sets the format string for values displayed in the data legend.
Declarationpublic string DataToolTipValueFormatString { get; set; }
Property Value Type Description System.String DataToolTipValueFormatUseGrouping
Gets or sets whether or not use grouping separator, e.g, 15,000 for 15000
Declarationpublic bool DataToolTipValueFormatUseGrouping { get; set; }
Property Value Type Description System.Boolean Remarks DataToolTipValueRowMarginBottom Declaration
public double DataToolTipValueRowMarginBottom { get; set; }
Property Value Type Description System.Double DataToolTipValueRowMarginLeft Declaration
public double DataToolTipValueRowMarginLeft { get; set; }
Property Value Type Description System.Double DataToolTipValueRowMarginRight Declaration
public double DataToolTipValueRowMarginRight { get; set; }
Property Value Type Description System.Double DataToolTipValueRowMarginTop Declaration
public double DataToolTipValueRowMarginTop { get; set; }
Property Value Type Description System.Double DataToolTipValueRowVisible
Gets or sets whether to show series rows.
Declarationpublic bool DataToolTipValueRowVisible { get; set; }
Property Value Type Description System.Boolean DataToolTipValueTextColor
Gets or sets the units text color.
Declarationpublic string DataToolTipValueTextColor { get; set; }
Property Value Type Description System.String DataToolTipValueTextFontFamily Declaration
public string DataToolTipValueTextFontFamily { get; set; }
Property Value Type Description System.String DataToolTipValueTextFontSize Declaration
public double DataToolTipValueTextFontSize { get; set; }
Property Value Type Description System.Double DataToolTipValueTextFontStyle Declaration
public string DataToolTipValueTextFontStyle { get; set; }
Property Value Type Description System.String DataToolTipValueTextFontWeight Declaration
public string DataToolTipValueTextFontWeight { get; set; }
Property Value Type Description System.String DataToolTipValueTextMarginBottom Declaration
public double DataToolTipValueTextMarginBottom { get; set; }
Property Value Type Description System.Double DataToolTipValueTextMarginLeft Declaration
public double DataToolTipValueTextMarginLeft { get; set; }
Property Value Type Description System.Double DataToolTipValueTextMarginRight Declaration
public double DataToolTipValueTextMarginRight { get; set; }
Property Value Type Description System.Double DataToolTipValueTextMarginTop Declaration
public double DataToolTipValueTextMarginTop { get; set; }
Property Value Type Description System.Double DataToolTipValueTextUseSeriesColors
Gets or sets whether to use series colors when displaying values in the legend
Declarationpublic bool DataToolTipValueTextUseSeriesColors { get; set; }
Property Value Type Description System.Boolean DataToolTipValueTextWhenMissingData
Gets or sets text displayed when data column is missing a value, e.g. "no data"
Declarationpublic string DataToolTipValueTextWhenMissingData { get; set; }
Property Value Type Description System.String DefaultEventBehavior Declaration
protected override ControlEventBehavior DefaultEventBehavior { get; }
Property Value Overrides ExcludedProperties
Gets or sets a set of property paths that should be excluded from consideration by the category chart.
Declarationpublic string[] ExcludedProperties { get; set; }
Property Value Type Description System.String[] FilterExpressions
Gets the current filter that is applied to the grid. Collection can be updated to modify the filter for the grid. Once filter expresisons are in this collection, the grid will no longer listen for changes on their properties.
Declarationpublic IgbFilterExpressionCollection FilterExpressions { get; protected set; }
Property Value FilterStringErrorsParsing Declaration
public EventCallback<IgbFilterStringErrorsParsingEventArgs> FilterStringErrorsParsing { get; set; }
Property Value FilterStringErrorsParsingScript Declaration
public string FilterStringErrorsParsingScript { get; set; }
Property Value Type Description System.String FinalValueAnnotationsBackground
Gets or sets the background of final value annotation.
Declarationpublic string FinalValueAnnotationsBackground { get; set; }
Property Value Type Description System.String FinalValueAnnotationsPrecision
Gets or sets precision on final value annotation.
Declarationpublic int FinalValueAnnotationsPrecision { get; set; }
Property Value Type Description System.Int32 FinalValueAnnotationsTextColor
Gets or sets the text color of final value annotation.
Declarationpublic string FinalValueAnnotationsTextColor { get; set; }
Property Value Type Description System.String FinalValueAnnotationsVisible
Gets or sets whether annotations for the final value of each series is displayed on the axis.
Declarationpublic bool FinalValueAnnotationsVisible { get; set; }
Property Value Type Description System.Boolean FocusBrush Declaration
public string FocusBrush { get; set; }
Property Value Type Description System.String FocusDismissDelayMilliseconds Declaration
public int FocusDismissDelayMilliseconds { get; set; }
Property Value Type Description System.Int32 FocusedSeriesItems Declaration
public IgbChartSelectedItemCollection FocusedSeriesItems { get; protected set; }
Property Value FocusedSeriesItemsChanged Declaration
public EventCallback<IgbSeriesViewerSelectedSeriesItemsChangedEventArgs> FocusedSeriesItemsChanged { get; set; }
Property Value FocusedSeriesItemsChangedScript Declaration
public string FocusedSeriesItemsChangedScript { get; set; }
Property Value Type Description System.String FocusMode Declaration
public SeriesSelectionMode FocusMode { get; set; }
Property Value FocusTransitionDuration Declaration
public int FocusTransitionDuration { get; set; }
Property Value Type Description System.Int32 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.
Declarationpublic IgbChartSortDescriptionCollection GroupDescriptions { get; protected set; }
Property Value GroupSortDescriptions Declaration
public IgbChartSortDescriptionCollection GroupSortDescriptions { get; protected set; }
Property Value GroupSorts
Gets or sets the sorts to apply after grouping has been applied.
Declarationpublic string GroupSorts { get; set; }
Property Value Type Description System.String HighlightedDataSource Declaration
public object HighlightedDataSource { get; set; }
Property Value Type Description System.Object HighlightedDataSourceScript Declaration
public string HighlightedDataSourceScript { get; set; }
Property Value Type Description System.String HighlightedLegendItemVisibility Declaration
public virtual Visibility HighlightedLegendItemVisibility { get; set; }
Property Value HighlightedValuesDisplayMode Declaration
public virtual SeriesHighlightedValuesDisplayMode HighlightedValuesDisplayMode { get; set; }
Property Value HighlightFilterExpressions Declaration
public IgbFilterExpressionCollection HighlightFilterExpressions { get; protected set; }
Property Value HighlightingBehavior
Gets or sets the highlighting Behavior to use for the series in the component, when supported. This takes precedence over the series level IsHightlightingEnabled.
Declarationpublic SeriesHighlightingBehavior HighlightingBehavior { get; set; }
Property Value HighlightingDismissDelayMilliseconds Declaration
public int HighlightingDismissDelayMilliseconds { get; set; }
Property Value Type Description System.Int32 HighlightingMode
Gets or sets the highlighting mode to use for the series in the component, when supported. This takes precedence over the series level IsHightlightingEnabled.
Declarationpublic SeriesHighlightingMode HighlightingMode { get; set; }
Property Value HighlightingTransitionDuration Declaration
public int HighlightingTransitionDuration { get; set; }
Property Value Type Description System.Int32 HorizontalViewScrollbarCornerRadius
Gets or sets the corner radius to use for the horizontal scrollbar in the component, when enabled.
Declarationpublic double HorizontalViewScrollbarCornerRadius { get; set; }
Property Value Type Description System.Double HorizontalViewScrollbarFill
Gets or sets the fill to use for the horizontal scrollbar in the component, when enabled.
Declarationpublic string HorizontalViewScrollbarFill { get; set; }
Property Value Type Description System.String HorizontalViewScrollbarHeight
Gets or sets the height to use for the horizontal scrollbar in the component, when enabled.
Declarationpublic double HorizontalViewScrollbarHeight { get; set; }
Property Value Type Description System.Double HorizontalViewScrollbarInset
Gets or sets the inset distance to use for the horizontal scrollbar in the component, when enabled.
Declarationpublic double HorizontalViewScrollbarInset { get; set; }
Property Value Type Description System.Double HorizontalViewScrollbarMaxOpacity
Gets or sets the max opacity to use for the horizontal scrollbar in the component, when enabled.
Declarationpublic double HorizontalViewScrollbarMaxOpacity { get; set; }
Property Value Type Description System.Double HorizontalViewScrollbarMode
Gets or sets the horizontal scrollbar mode to use for the series viewer.
Declarationpublic SeriesViewerScrollbarMode HorizontalViewScrollbarMode { get; set; }
Property Value HorizontalViewScrollbarOutline
Gets or sets the outline to use for the horizontal scrollbar in the component, when enabled.
Declarationpublic string HorizontalViewScrollbarOutline { get; set; }
Property Value Type Description System.String HorizontalViewScrollbarPosition
Gets or sets the position to use for the horizontal scrollbar in the component, when enabled.
Declarationpublic SeriesViewerHorizontalScrollbarPosition HorizontalViewScrollbarPosition { get; set; }
Property Value HorizontalViewScrollbarShouldAddAutoTrackInsets
Gets or sets whether to use automatic track insets for the horizontal scrollbar in the component, when enabled.
Declarationpublic bool HorizontalViewScrollbarShouldAddAutoTrackInsets { get; set; }
Property Value Type Description System.Boolean HorizontalViewScrollbarStrokeThickness
Gets or sets the stroke thickness to use for the horizontal scrollbar in the component, when enabled.
Declarationpublic double HorizontalViewScrollbarStrokeThickness { get; set; }
Property Value Type Description System.Double HorizontalViewScrollbarTrackEndInset
Gets or sets the track end inset to use for the horizontal scrollbar in the component, when enabled.
Declarationpublic double HorizontalViewScrollbarTrackEndInset { get; set; }
Property Value Type Description System.Double HorizontalViewScrollbarTrackStartInset
Gets or sets the track start inset to use for the horizontal scrollbar in the component, when enabled.
Declarationpublic double HorizontalViewScrollbarTrackStartInset { get; set; }
Property Value Type Description System.Double 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.
Declarationpublic string[] IncludedProperties { get; set; }
Property Value Type Description System.String[] InitialFilter Declaration
public string InitialFilter { get; set; }
Property Value Type Description System.String InitialFilterExpressions Declaration
public IgbFilterExpressionCollection InitialFilterExpressions { get; protected set; }
Property Value InitialGroupDescriptions
Gets the initial groupings that are applied to the chart.
Declarationpublic IgbChartSortDescriptionCollection InitialGroupDescriptions { get; protected set; }
Property Value InitialGroups
Gets or sets the groupings to apply to the chart. This property will become ignored if sorts are changed outside of this property.
Declarationpublic string InitialGroups { get; set; }
Property Value Type Description System.String InitialGroupSortDescriptions
Gets the initial sorts that are applied to the chart after groupings and summaries are applied.
Declarationpublic IgbChartSortDescriptionCollection InitialGroupSortDescriptions { get; protected set; }
Property Value InitialHighlightFilter Declaration
public string InitialHighlightFilter { get; set; }
Property Value Type Description System.String InitialHighlightFilterExpressions Declaration
public IgbFilterExpressionCollection InitialHighlightFilterExpressions { get; protected set; }
Property Value InitialSortDescriptions
Gets the initial sorts that are applied to the chart.
Declarationpublic IgbChartSortDescriptionCollection InitialSortDescriptions { get; protected set; }
Property Value InitialSorts
Gets or sets the sorts to apply to the chart. This property will become ignored if sorts are changed outside of this property.
Declarationpublic string InitialSorts { get; set; }
Property Value Type Description System.String InitialSummaries
Gets or sets the summaries to apply to the chart. This property will become ignored if sorts are changed outside of this property.
Declarationpublic string InitialSummaries { get; set; }
Property Value Type Description System.String InitialSummaryDescriptions
Gets the initial summaries that are applied to the chart.
Declarationpublic IgbChartSummaryDescriptionCollection InitialSummaryDescriptions { get; protected set; }
Property Value IsHorizontalZoomEnabled
Gets or sets whether the chart can be horizontally zoomed through user interactions.
Declarationpublic virtual bool IsHorizontalZoomEnabled { get; set; }
Property Value Type Description System.Boolean IsSeriesHighlightingEnabled
Gets or sets whether the chart can highlight series through user interactions. This property applies to Category Chart and Financial Chart controls.
Declarationpublic virtual bool IsSeriesHighlightingEnabled { get; set; }
Property Value Type Description System.Boolean IsVerticalZoomEnabled
Gets or sets whether the chart can be vertically zoomed through user interactions.
Declarationpublic virtual bool IsVerticalZoomEnabled { get; set; }
Property Value Type Description System.Boolean LeftMargin
Gets or sets the left margin of the chart content.
Declarationpublic virtual double LeftMargin { get; set; }
Property Value Type Description System.Double Legend
Gets or sets the legend to connect this chart to.
Declarationpublic IgbLegendBase Legend { get; set; }
Property Value Remarks LegendHighlightingMode
Gets or sets the highlighting mode to use for the legend linked to the component, when supported.
Declarationpublic LegendHighlightingMode LegendHighlightingMode { get; set; }
Property Value LegendItemBadgeMode
Gets or sets the mode of legend badges representing all series displayed in a legend linked to this component.
Declarationpublic LegendItemBadgeMode LegendItemBadgeMode { get; set; }
Property Value Remarks LegendItemBadgeShape
Gets or sets the type of legend badges representing all series displayed in a legend linked to this component
Declarationpublic LegendItemBadgeShape LegendItemBadgeShape { get; set; }
Property Value Remarks LegendItemVisibility Declaration
public virtual Visibility LegendItemVisibility { get; set; }
Property Value LegendScript
Provides a means of setting Legend in the JavaScript environment.
Declarationpublic string LegendScript { get; set; }
Property Value Type Description System.String MarkerAutomaticBehavior
Gets or sets the default marker type for all series plotted in this chart.
Declarationpublic MarkerAutomaticBehavior MarkerAutomaticBehavior { get; set; }
Property Value Remarks MarkerBrushes
Gets or sets the palette of brushes used for rendering fill area of data point markers.
Declarationpublic string MarkerBrushes { get; set; }
Property Value Type Description System.String Remarks MarkerFillMode
Gets or sets the MarkerFillMode for all series that support markers in this chart.
Declarationpublic MarkerFillMode MarkerFillMode { get; set; }
Property Value MarkerFillOpacity
Gets or sets the Marker Fill Opacity for all series that support markers in this chart.
Declarationpublic double MarkerFillOpacity { get; set; }
Property Value Type Description System.Double MarkerMaxCount
Gets or sets the maximum number of markers displayed in the plot area of the chart.
Declarationpublic int MarkerMaxCount { get; set; }
Property Value Type Description System.Int32 MarkerOutlineMode
Gets or sets the MarkerOutlineMode for all series that support markers in this chart.
Declarationpublic MarkerOutlineMode MarkerOutlineMode { get; set; }
Property Value MarkerOutlines
Gets or sets the palette of brushes used for rendering outlines of data point markers.
Declarationpublic string MarkerOutlines { get; set; }
Property Value Type Description System.String Remarks MarkerThickness
Gets or sets the Marker Thickness for all series that support markers in this chart.
Declarationpublic double MarkerThickness { get; set; }
Property Value Type Description System.Double MarkerTypes
Gets or sets the marker shapes used for indicating location of data points in this chart.
Declarationpublic IgbMarkerTypeCollection MarkerTypes { get; set; }
Property Value Remarks OutlineMode
Gets or sets the OutlineMode for all series in this chart.
Declarationpublic SeriesOutlineMode OutlineMode { get; set; }
Property Value Outlines
Gets or sets the palette of brushes to use for outlines on the chart series.
Declarationpublic string Outlines { get; set; }
Property Value Type Description System.String Remarks PixelScalingRatio
Gets or sets the scaling value used to affect the pixel density of the control.
Declarationpublic double PixelScalingRatio { get; set; }
Property Value Type Description System.Double Remarks PlotAreaMarginBottom
Margin applied below the plot area.
Declarationpublic double PlotAreaMarginBottom { get; set; }
Property Value Type Description System.Double PlotAreaMarginLeft
Margin applied to the Left of the plot area.
Declarationpublic double PlotAreaMarginLeft { get; set; }
Property Value Type Description System.Double PlotAreaMarginRight
Margin applied to the right of the plot area.
Declarationpublic double PlotAreaMarginRight { get; set; }
Property Value Type Description System.Double PlotAreaMarginTop
Margin applied to the Top of the plot area.
Declarationpublic double PlotAreaMarginTop { get; set; }
Property Value Type Description System.Double PlotAreaPointerDown Declaration
public EventCallback<IgbDomainChartPlotAreaPointerEventArgs> PlotAreaPointerDown { get; set; }
Property Value PlotAreaPointerDownScript Declaration
public string PlotAreaPointerDownScript { get; set; }
Property Value Type Description System.String PlotAreaPointerEnter Declaration
public EventCallback<IgbDomainChartPlotAreaPointerEventArgs> PlotAreaPointerEnter { get; set; }
Property Value PlotAreaPointerEnterScript Declaration
public string PlotAreaPointerEnterScript { get; set; }
Property Value Type Description System.String PlotAreaPointerLeave Declaration
public EventCallback<IgbDomainChartPlotAreaPointerEventArgs> PlotAreaPointerLeave { get; set; }
Property Value PlotAreaPointerLeaveScript Declaration
public string PlotAreaPointerLeaveScript { get; set; }
Property Value Type Description System.String PlotAreaPointerMove Declaration
public Action<IgbDomainChartPlotAreaPointerEventArgs> PlotAreaPointerMove { get; set; }
Property Value PlotAreaPointerMoveScript Declaration
public string PlotAreaPointerMoveScript { get; set; }
Property Value Type Description System.String PlotAreaPointerUp Declaration
public EventCallback<IgbDomainChartPlotAreaPointerEventArgs> PlotAreaPointerUp { get; set; }
Property Value PlotAreaPointerUpScript Declaration
public string PlotAreaPointerUpScript { get; set; }
Property Value Type Description System.String Resolution
Gets or sets the rendering resolution for all series in this chart.
Declarationpublic virtual double Resolution { get; set; }
Property Value Type Description System.Double Remarks RightMargin
Gets or sets the right margin of the chart content.
Declarationpublic double RightMargin { get; set; }
Property Value Type Description System.Double SelectedSeriesItems Declaration
public IgbChartSelectedItemCollection SelectedSeriesItems { get; protected set; }
Property Value SelectedSeriesItemsChanged Declaration
public EventCallback<IgbSeriesViewerSelectedSeriesItemsChangedEventArgs> SelectedSeriesItemsChanged { get; set; }
Property Value SelectedSeriesItemsChangedScript Declaration
public string SelectedSeriesItemsChangedScript { get; set; }
Property Value Type Description System.String SelectionBehavior Declaration
public SeriesSelectionBehavior SelectionBehavior { get; set; }
Property Value SelectionBrush Declaration
public string SelectionBrush { get; set; }
Property Value Type Description System.String SelectionDismissDelayMilliseconds Declaration
public int SelectionDismissDelayMilliseconds { get; set; }
Property Value Type Description System.Int32 SelectionMode Declaration
public SeriesSelectionMode SelectionMode { get; set; }
Property Value SelectionTransitionDuration Declaration
public int SelectionTransitionDuration { get; set; }
Property Value Type Description System.Int32 SeriesAdded Declaration
public EventCallback<IgbChartSeriesEventArgs> SeriesAdded { get; set; }
Property Value SeriesAddedScript Declaration
public string SeriesAddedScript { get; set; }
Property Value Type Description System.String SeriesClick Declaration
public EventCallback<IgbDomainChartSeriesPointerEventArgs> SeriesClick { get; set; }
Property Value SeriesClickScript Declaration
public string SeriesClickScript { get; set; }
Property Value Type Description System.String SeriesPlotAreaMarginHorizontalMode
Gets or sets horizontal mode to use for automatically calculating the plot area margin based ont the series.
Declarationpublic SeriesPlotAreaMarginHorizontalMode SeriesPlotAreaMarginHorizontalMode { get; set; }
Property Value SeriesPlotAreaMarginVerticalMode
Gets or sets vertical mode to use for automatically calculating the plot area margin based ont the series.
Declarationpublic SeriesPlotAreaMarginVerticalMode SeriesPlotAreaMarginVerticalMode { get; set; }
Property Value SeriesPointerDown Declaration
public EventCallback<IgbDomainChartSeriesPointerEventArgs> SeriesPointerDown { get; set; }
Property Value SeriesPointerDownScript Declaration
public string SeriesPointerDownScript { get; set; }
Property Value Type Description System.String SeriesPointerEnter Declaration
public EventCallback<IgbDomainChartSeriesPointerEventArgs> SeriesPointerEnter { get; set; }
Property Value SeriesPointerEnterScript Declaration
public string SeriesPointerEnterScript { get; set; }
Property Value Type Description System.String SeriesPointerLeave Declaration
public EventCallback<IgbDomainChartSeriesPointerEventArgs> SeriesPointerLeave { get; set; }
Property Value SeriesPointerLeaveScript Declaration
public string SeriesPointerLeaveScript { get; set; }
Property Value Type Description System.String SeriesPointerMove Declaration
public Action<IgbDomainChartSeriesPointerEventArgs> SeriesPointerMove { get; set; }
Property Value SeriesPointerMoveScript Declaration
public string SeriesPointerMoveScript { get; set; }
Property Value Type Description System.String SeriesPointerUp Declaration
public EventCallback<IgbDomainChartSeriesPointerEventArgs> SeriesPointerUp { get; set; }
Property Value SeriesPointerUpScript Declaration
public string SeriesPointerUpScript { get; set; }
Property Value Type Description System.String SeriesRemoved Declaration
public EventCallback<IgbChartSeriesEventArgs> SeriesRemoved { get; set; }
Property Value SeriesRemovedScript Declaration
public string SeriesRemovedScript { get; set; }
Property Value Type Description System.String SeriesValueLayerUseLegend Declaration
public virtual bool SeriesValueLayerUseLegend { get; set; }
Property Value Type Description System.Boolean ShouldAvoidAxisAnnotationCollisions
Gets or sets whether annotations for the final value of each series is displayed on the axis.
Declarationpublic bool ShouldAvoidAxisAnnotationCollisions { get; set; }
Property Value Type Description System.Boolean 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.
Declarationpublic virtual bool ShouldDisplayMockData { get; set; }
Property Value Type Description System.Boolean ShouldPanOnMaximumZoom
Gets or sets a whether the chart should pan its content when zooing in passed max zoom level.
Declarationpublic bool ShouldPanOnMaximumZoom { get; set; }
Property Value Type Description System.Boolean ShouldUseSkeletonStyleForMockData
Gets or sets whether the chart should use a faded skeleton style for mock data.
Declarationpublic virtual bool ShouldUseSkeletonStyleForMockData { get; set; }
Property Value Type Description System.Boolean 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.
Declarationpublic IgbChartSortDescriptionCollection SortDescriptions { get; protected set; }
Property Value Subtitle
Gets or sets text to display below the Title, above the plot area.
Declarationpublic string Subtitle { get; set; }
Property Value Type Description System.String SubtitleAlignment
Gets or sets horizontal alignment which determines the subtitle position, relative to the left and right edges of the control.
Declarationpublic HorizontalAlignment SubtitleAlignment { get; set; }
Property Value SubtitleBottomMargin
Gets or sets the bottom margin of chart subtitle
Declarationpublic double SubtitleBottomMargin { get; set; }
Property Value Type Description System.Double SubtitleLeftMargin
Gets or sets the left margin of chart subtitle
Declarationpublic double SubtitleLeftMargin { get; set; }
Property Value Type Description System.Double SubtitleRightMargin
Gets or sets the right margin of chart subtitle
Declarationpublic double SubtitleRightMargin { get; set; }
Property Value Type Description System.Double SubtitleTextColor
Gets or sets color of chart subtitle
Declarationpublic string SubtitleTextColor { get; set; }
Property Value Type Description System.String SubtitleTextStyle
Gets or sets CSS font property for the chart subtitle
Declarationpublic string SubtitleTextStyle { get; set; }
Property Value Type Description System.String SubtitleTopMargin
Gets or sets the top margin of chart subtitle
Declarationpublic double SubtitleTopMargin { get; set; }
Property Value Type Description System.Double SummaryDescriptions
Gets the current summaries that are applied to the grid.
Declarationpublic IgbChartSummaryDescriptionCollection SummaryDescriptions { get; protected set; }
Property Value 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.
Declarationpublic double Thickness { get; set; }
Property Value Type Description System.Double TitleAlignment
Gets or sets horizontal alignment which determines the title position, relative to the left and right edges of the control.
Declarationpublic HorizontalAlignment TitleAlignment { get; set; }
Property Value TitleBottomMargin
Gets or sets the bottom margin of chart title
Declarationpublic double TitleBottomMargin { get; set; }
Property Value Type Description System.Double TitleLeftMargin
Gets or sets the left margin of chart title
Declarationpublic double TitleLeftMargin { get; set; }
Property Value Type Description System.Double TitleRightMargin
Gets or sets the right margin of chart title
Declarationpublic double TitleRightMargin { get; set; }
Property Value Type Description System.Double TitleTextColor
Gets or sets color of chart title
Declarationpublic string TitleTextColor { get; set; }
Property Value Type Description System.String TitleTextStyle
Gets or sets CSS font property for the chart title
Declarationpublic string TitleTextStyle { get; set; }
Property Value Type Description System.String TitleTopMargin
Gets or sets the top margin of chart title
Declarationpublic double TitleTopMargin { get; set; }
Property Value Type Description System.Double ToolTipType
Gets or sets the style of tooltip to be displayed.
Declarationpublic ToolTipType ToolTipType { get; set; }
Property Value TopMargin
Gets or sets the top margin of the chart content.
Declarationpublic double TopMargin { get; set; }
Property Value Type Description System.Double TransitionDuration
Gets or sets the duration used for animating series plots when the data is changing
Declarationpublic int TransitionDuration { get; set; }
Property Value Type Description System.Int32 TransitionEasingFunction Declaration
public string TransitionEasingFunction { get; set; }
Property Value Type Description System.String TransitionEasingFunctionScript Declaration
public string TransitionEasingFunctionScript { get; set; }
Property Value Type Description System.String TrendLineBrushes
Gets or sets the palette of brushes to used for coloring trend lines in this chart.
Declarationpublic string TrendLineBrushes { get; set; }
Property Value Type Description System.String Remarks TrendLineLayerUseLegend Declaration
public virtual bool TrendLineLayerUseLegend { get; set; }
Property Value Type Description System.Boolean TrendLinePeriod Declaration
public int TrendLinePeriod { get; set; }
Property Value Type Description System.Int32 TrendLineThickness
Gets or sets the thickness of the trend lines in this chart.
Declarationpublic double TrendLineThickness { get; set; }
Property Value Type Description System.Double Remarks TrendLineType
Gets or sets the formula used for calculating trend lines in this chart.
Declarationpublic TrendLineType TrendLineType { get; set; }
Property Value Remarks TrendLineTypes Declaration
public IgbTrendLineTypeCollection TrendLineTypes { get; set; }
Property Value Type Declaration
public override string Type { get; }
Property Value Type Description System.String Overrides UnknownValuePlotting
Gets or sets the behavior that determines how unknown values will be plotted on the chart.
Declarationpublic UnknownValuePlotting UnknownValuePlotting { get; set; }
Property Value Remarks UseValueForAutoCalloutLabels Declaration
public bool UseValueForAutoCalloutLabels { get; set; }
Property Value Type Description System.Boolean ValueLines Declaration
public IgbValueModeCollection ValueLines { get; set; }
Property Value ValueLinesBrushes Declaration
public string ValueLinesBrushes { get; set; }
Property Value Type Description System.String ValueLinesThickness Declaration
public double ValueLinesThickness { get; set; }
Property Value Type Description System.Double VerticalViewScrollbarCornerRadius
Gets or sets the corner radius to use for the vertical scrollbar in the component, when enabled.
Declarationpublic double VerticalViewScrollbarCornerRadius { get; set; }
Property Value Type Description System.Double VerticalViewScrollbarFill
Gets or sets the fill to use for the vertical scrollbar in the component, when enabled.
Declarationpublic string VerticalViewScrollbarFill { get; set; }
Property Value Type Description System.String VerticalViewScrollbarInset
Gets or sets the inset distance to use for the vertical scrollbar in the component, when enabled.
Declarationpublic double VerticalViewScrollbarInset { get; set; }
Property Value Type Description System.Double VerticalViewScrollbarMaxOpacity
Gets or sets the max opacity to use for the vertical scrollbar in the component, when enabled.
Declarationpublic double VerticalViewScrollbarMaxOpacity { get; set; }
Property Value Type Description System.Double VerticalViewScrollbarMode
Gets or sets the vertical scrollbar mode to use for the series viewer.
Declarationpublic SeriesViewerScrollbarMode VerticalViewScrollbarMode { get; set; }
Property Value VerticalViewScrollbarOutline
Gets or sets the outline to use for the vertical scrollbar in the component, when enabled.
Declarationpublic string VerticalViewScrollbarOutline { get; set; }
Property Value Type Description System.String VerticalViewScrollbarPosition
Gets or sets the position to use for the vertical scrollbar in the component, when enabled.
Declarationpublic SeriesViewerVerticalScrollbarPosition VerticalViewScrollbarPosition { get; set; }
Property Value VerticalViewScrollbarShouldAddAutoTrackInsets
Gets or sets whether to use automatic track insets for the vertical scrollbar in the component, when enabled.
Declarationpublic bool VerticalViewScrollbarShouldAddAutoTrackInsets { get; set; }
Property Value Type Description System.Boolean VerticalViewScrollbarStrokeThickness
Gets or sets the stroke thickness to use for the vertical scrollbar in the component, when enabled.
Declarationpublic double VerticalViewScrollbarStrokeThickness { get; set; }
Property Value Type Description System.Double VerticalViewScrollbarTrackEndInset
Gets or sets the track end inset to use for the vertical scrollbar in the component, when enabled.
Declarationpublic double VerticalViewScrollbarTrackEndInset { get; set; }
Property Value Type Description System.Double VerticalViewScrollbarTrackStartInset
Gets or sets the track start inset to use for the vertical scrollbar in the component, when enabled.
Declarationpublic double VerticalViewScrollbarTrackStartInset { get; set; }
Property Value Type Description System.Double VerticalViewScrollbarWidth
Gets or sets the width to use for the vertical scrollbar in the component, when enabled.
Declarationpublic double VerticalViewScrollbarWidth { get; set; }
Property Value Type Description System.Double WindowRect
Gets or sets the rectangle representing the current scroll and zoom state of the chart.
Declarationpublic Rect WindowRect { get; set; }
Property Value Remarks 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.
Declarationpublic double WindowRectMinHeight { get; set; }
Property Value Type Description System.Double Remarks 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.
Declarationpublic double WindowRectMinWidth { get; set; }
Property Value Type Description System.Double Remarks 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.
Declarationpublic double WindowSizeMinHeight { get; set; }
Property Value Type Description System.Double Remarks 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.
Declarationpublic double WindowSizeMinWidth { get; set; }
Property Value Type Description System.Double Remarks Methods Destroy() Declaration DestroyAsync()
Destroy this control
Declarationpublic Task DestroyAsync()
Returns Type Description System.Threading.Tasks.Task FindByName(String) Declaration
public override object FindByName(string name)
Parameters Type Name Description System.String name Returns Type Description System.Object Overrides Flush() Declaration FlushAsync()
Forces any pending refresh to the chart to be finished.
Declaration Returns Type Description System.Threading.Tasks.Task GetCurrentFocusedSeriesItems() Declarationpublic IgbChartSelectedItemCollection GetCurrentFocusedSeriesItems()
Returns GetCurrentFocusedSeriesItemsAsync() Declaration
public Task<IgbChartSelectedItemCollection> GetCurrentFocusedSeriesItemsAsync()
Returns GetCurrentSelectedSeriesItems() Declaration
public IgbChartSelectedItemCollection GetCurrentSelectedSeriesItems()
Returns GetCurrentSelectedSeriesItemsAsync() Declaration
public Task<IgbChartSelectedItemCollection> GetCurrentSelectedSeriesItemsAsync()
Returns HideToolTip() Declaration
public void HideToolTip()
HideToolTipAsync()
Hides the active main tooltip, if displayed.
Declarationpublic Task HideToolTipAsync()
Returns Type Description System.Threading.Tasks.Task NotifyClearItems(Object) Declaration
public virtual void NotifyClearItems(object source_)
Parameters Type Name Description System.Object source_ NotifyClearItemsAsync(Object)
Used to manually notify the chart that the data source has reset or cleared its items.
Declarationpublic virtual Task NotifyClearItemsAsync(object source_)
Parameters Type Name Description System.Object source_ Returns Type Description System.Threading.Tasks.Task NotifyInsertItem(Object, Int32, Object) Declaration
public virtual void NotifyInsertItem(object source_, int index, object newItem)
Parameters Type Name Description System.Object source_ System.Int32 index System.Object newItem NotifyInsertItemAsync(Object, Int32, Object) Declaration
public virtual Task NotifyInsertItemAsync(object source_, int index, object newItem)
Parameters Type Name Description System.Object source_ System.Int32 index System.Object newItem Returns Type Description System.Threading.Tasks.Task NotifyRemoveItem(Object, Int32, Object) Declaration
public virtual void NotifyRemoveItem(object source_, int index, object oldItem)
Parameters Type Name Description System.Object source_ System.Int32 index System.Object oldItem NotifyRemoveItemAsync(Object, Int32, Object) Declaration
public virtual Task NotifyRemoveItemAsync(object source_, int index, object oldItem)
Parameters Type Name Description System.Object source_ System.Int32 index System.Object oldItem Returns Type Description System.Threading.Tasks.Task NotifyResized() Declaration
public virtual void NotifyResized()
NotifyResizedAsync()
Called when the control has been resized.
Declarationpublic virtual Task NotifyResizedAsync()
Returns Type Description System.Threading.Tasks.Task NotifySeriesDataChanged() Declaration
public void NotifySeriesDataChanged()
NotifySeriesDataChangedAsync() Declaration
public Task NotifySeriesDataChangedAsync()
Returns Type Description System.Threading.Tasks.Task NotifySetItem(Object, Int32, Object, Object) Declaration
public virtual void NotifySetItem(object source_, int index, object oldItem, object newItem)
Parameters Type Name Description System.Object source_ System.Int32 index System.Object oldItem System.Object newItem NotifySetItemAsync(Object, Int32, Object, Object) Declaration
public virtual Task NotifySetItemAsync(object source_, int index, object oldItem, object newItem)
Parameters Type Name Description System.Object source_ System.Int32 index System.Object oldItem System.Object newItem Returns Type Description System.Threading.Tasks.Task NotifyVisualPropertiesChanged() Declaration
public void NotifyVisualPropertiesChanged()
NotifyVisualPropertiesChangedAsync() Declaration
public Task NotifyVisualPropertiesChangedAsync()
Returns Type Description System.Threading.Tasks.Task OnDetach() Declaration OnDetachAsync() Declaration
public Task OnDetachAsync()
Returns Type Description System.Threading.Tasks.Task ProvideContainer(Object) Declaration
public virtual void ProvideContainer(object container)
Parameters Type Name Description System.Object container ProvideContainerAsync(Object)
Provides a container for this control
Declarationpublic virtual Task ProvideContainerAsync(object container)
Parameters Type Name Description System.Object container Returns Type Description System.Threading.Tasks.Task ReplayTransitionIn() Declaration
public virtual void ReplayTransitionIn()
ReplayTransitionInAsync()
Replays transition-in animation on all series in the chart.
Declarationpublic virtual Task ReplayTransitionInAsync()
Returns Type Description System.Threading.Tasks.Task ResetZoom() Declaration ResetZoomAsync() Declaration
public Task ResetZoomAsync()
Returns Type Description System.Threading.Tasks.Task SetCustomizedStringAsync(String, String)
Provide a new set of localized strings to use for a given languange.
Declarationpublic Task<object> SetCustomizedStringAsync(string language, string json)
Parameters Type Name Description System.String language
The browser language the strings will be used with. I.e. "ja", "en", "fr", etc.
System.String jsonThe new string values in json format.
Returns Type Description System.Threading.Tasks.Task<System.Object> SetCustomizedStringAsync(String, String, String)Provide a new set of localized strings to use for a given languange.
Declarationpublic Task<object> SetCustomizedStringAsync(string language, string id, string value)
Parameters Type Name Description System.String language
The browser language the strings will be used with. I.e. "ja", "en", "fr", etc.
System.String idThe id of the string to set.
System.String valueThe new string value.
Returns Type Description System.Threading.Tasks.Task<System.Object> ZoomIn(Double) Declarationpublic void ZoomIn(double v)
Parameters Type Name Description System.Double v ZoomInAsync(Double) Declaration
public Task ZoomInAsync(double v)
Parameters Type Name Description System.Double v Returns Type Description System.Threading.Tasks.Task ZoomOut(Double) Declaration
public void ZoomOut(double v)
Parameters Type Name Description System.Double v ZoomOutAsync(Double) Declaration
public Task ZoomOutAsync(double v)
Parameters Type Name Description System.Double v Returns Type Description System.Threading.Tasks.Task Implements
System.IDisposable
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4