Represents a base class for PieBase chart control that can plot scatter data

Classes that extend this class.

Derived Classes
Implements
  • IComponent
  • IHandleEvent
  • IHandleAfterRender
  • JsonSerializable
  • IDisposable

constructor

public IgbDataPieBaseChart()

Returns IgbDataPieBaseChart

Inherited from: IgbRadialBaseChart

Gets or sets function which takes an context object and returns a formatted label for the X-axis.

[Parameter]
public string AngleAxisFormatLabel { get; set; }

Inherited from: IgbRadialBaseChart

Provides a means of setting AngleAxisFormatLabel in the JavaScript environment.

[Parameter]
public string AngleAxisFormatLabelScript { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets function which takes a context object and returns a formatted label for the Y-axis.

[Parameter]
public string ValueAxisFormatLabel { get; set; }

Inherited from: IgbRadialBaseChart

Provides a means of setting ValueAxisFormatLabel in the JavaScript environment.

[Parameter]
public string ValueAxisFormatLabelScript { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the left margin of labels on the X-axis

[Parameter]
public double AngleAxisLabelLeftMargin { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the top margin of labels on the X-axis

[Parameter]
public double AngleAxisLabelTopMargin { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the right margin of labels on the X-axis

[Parameter]
public double AngleAxisLabelRightMargin { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the bottom margin of labels on the X-axis

[Parameter]
public double AngleAxisLabelBottomMargin { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the left margin of labels on the Y-axis

[Parameter]
public double ValueAxisLabelLeftMargin { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the top margin of labels on the Y-axis

[Parameter]
public double ValueAxisLabelTopMargin { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the right margin of labels on the Y-axis

[Parameter]
public double ValueAxisLabelRightMargin { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the bottom margin of labels on the Y-axis

[Parameter]
public double ValueAxisLabelBottomMargin { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets color of labels on the X-axis

[Parameter]
public string AngleAxisLabelTextColor { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets color of labels on the Y-axis

[Parameter]
public string ValueAxisLabelTextColor { get; set; }

Inherited from: IgbRadialBaseChart

Gets the actual color of labels on the X-axis

[Parameter]
public string ActualAngleAxisLabelTextColor { get; set; }

Inherited from: IgbRadialBaseChart

Gets the actual color of labels on the Y-axis

[Parameter]
public string ActualValueAxisLabelTextColor { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the margin around a title on the X-axis

[Parameter]
public double AngleAxisTitleMargin { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the margin around a title on the Y-axis

[Parameter]
public double ValueAxisTitleMargin { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the left margin of a title on the X-axis

[Parameter]
public double AngleAxisTitleLeftMargin { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the left margin of a title on the Y-axis

[Parameter]
public double ValueAxisTitleLeftMargin { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the top margin of a title on the X-axis

[Parameter]
public double AngleAxisTitleTopMargin { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the top margin of a title on the Y-axis

[Parameter]
public double ValueAxisTitleTopMargin { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the right margin of a title on the X-axis

[Parameter]
public double AngleAxisTitleRightMargin { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the right margin of a title on the Y-axis

[Parameter]
public double ValueAxisTitleRightMargin { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the bottom margin of a title on the X-axis

[Parameter]
public double AngleAxisTitleBottomMargin { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the bottom margin of a title on the Y-axis

[Parameter]
public double ValueAxisTitleBottomMargin { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets color of title on the X-axis

[Parameter]
public string AngleAxisTitleTextColor { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets color of title on the Y-axis

[Parameter]
public string ValueAxisTitleTextColor { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets CSS font property for labels on X-axis

[Parameter]
public string AngleAxisLabelTextStyle { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets CSS font property for labels on Y-axis

[Parameter]
public string ValueAxisLabelTextStyle { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets CSS font property for title on X-axis

[Parameter]
public string AngleAxisTitleTextStyle { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets CSS font property for title on Y-axis

[Parameter]
public string ValueAxisTitleTextStyle { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the format for labels along the X-axis.

[Parameter]
public object AngleAxisLabel { get; set; }

Inherited from: IgbRadialBaseChart

Provides a means of setting AngleAxisLabel in the JavaScript environment.

[Parameter]
public string AngleAxisLabelScript { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the property or string from which the labels are derived.

[Parameter]
public object ValueAxisLabel { get; set; }

Inherited from: IgbRadialBaseChart

Provides a means of setting ValueAxisLabel in the JavaScript environment.

[Parameter]
public string ValueAxisLabelScript { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the color to apply to major gridlines along the X-axis.

[Parameter]
public string AngleAxisMajorStroke { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the color to apply to major gridlines along the Y-axis.

[Parameter]
public string ValueAxisMajorStroke { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the thickness to apply to major gridlines along the X-axis.

[Parameter]
public double AngleAxisMajorStrokeThickness { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the thickness to apply to major gridlines along the Y-axis.

[Parameter]
public double ValueAxisMajorStrokeThickness { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the thickness to apply to minor gridlines along the X-axis.

[Parameter]
public double AngleAxisMinorStrokeThickness { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the thickness to apply to minor gridlines along the Y-axis.

[Parameter]
public double ValueAxisMinorStrokeThickness { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the color to apply to stripes along the X-axis.

[Parameter]
public string AngleAxisStrip { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the color to apply to stripes along the Y-axis.

[Parameter]
public string ValueAxisStrip { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the color to apply to the X-axis line.

[Parameter]
public string AngleAxisStroke { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the color to apply to the Y-axis line.

[Parameter]
public string ValueAxisStroke { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the thickness to apply to the X-axis line.

[Parameter]
public double AngleAxisStrokeThickness { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the thickness to apply to the Y-axis line.

[Parameter]
public double ValueAxisStrokeThickness { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the length of tickmarks along the X-axis.

[Parameter]
public double AngleAxisTickLength { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the length of tickmarks along the Y-axis.

[Parameter]
public double ValueAxisTickLength { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the color to apply to tickmarks along the X-axis.

[Parameter]
public string AngleAxisTickStroke { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the color to apply to tickmarks along the Y-axis.

[Parameter]
public string ValueAxisTickStroke { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the thickness to apply to tickmarks along the X-axis.

[Parameter]
public double AngleAxisTickStrokeThickness { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the thickness to apply to tickmarks along the Y-axis.

[Parameter]
public double ValueAxisTickStrokeThickness { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the Text to display below the X-axis.

[Parameter]
public string AngleAxisTitle { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the Text to display to the left of the Y-axis.

[Parameter]
public string ValueAxisTitle { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the color to apply to minor gridlines along the X-axis.

[Parameter]
public string AngleAxisMinorStroke { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the color to apply to minor gridlines along the Y-axis.

[Parameter]
public string ValueAxisMinorStroke { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the angle of rotation for labels along the X-axis.

[Parameter]
public double AngleAxisLabelAngle { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the angle of rotation for labels along the Y-axis.

[Parameter]
public double ValueAxisLabelAngle { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the distance between the X-axis and the bottom of the chart.

[Parameter]
public double AngleAxisExtent { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the maximum distance between the X-axis and the bottom of the chart.

[Parameter]
public double AngleAxisMaximumExtent { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the maximum width between the X-axis and the bottom of the chart, as a percentage of total chart width.

[Parameter]
public double AngleAxisMaximumExtentPercentage { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the distance between the Y-axis and the left edge of the chart.

[Parameter]
public double ValueAxisExtent { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the distance between the Y-axis and the left edge of the chart.

[Parameter]
public double ValueAxisMaximumExtent { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the distance between the Y-axis and the left edge of the chart.

[Parameter]
public double ValueAxisMaximumExtentPercentage { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the angle of rotation for the X-axis title.

[Parameter]
public double AngleAxisTitleAngle { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the angle of rotation for the Y-axis title.

[Parameter]
public double ValueAxisTitleAngle { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets whether to invert the direction of the X-axis by placing the first data items on the right side of the chart.

[Parameter]
public bool AngleAxisInverted { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets whether to invert the direction of the Y-axis by placing the minimum numeric value at the top of the chart.

[Parameter]
public bool ValueAxisInverted { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets Horizontal alignment of the X-axis title.

[Parameter]
public HorizontalAlignment AngleAxisTitleAlignment { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets Vertical alignment of the Y-axis title.

[Parameter]
public VerticalAlignment ValueAxisTitleAlignment { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets Horizontal alignment of X-axis labels.

[Parameter]
public HorizontalAlignment AngleAxisLabelHorizontalAlignment { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets Horizontal alignment of Y-axis labels.

[Parameter]
public virtual HorizontalAlignment ValueAxisLabelHorizontalAlignment { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets Vertical alignment of X-axis labels.

[Parameter]
public VerticalAlignment AngleAxisLabelVerticalAlignment { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets Vertical alignment of Y-axis labels.

[Parameter]
public VerticalAlignment ValueAxisLabelVerticalAlignment { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets Visibility of X-axis labels.

[Parameter]
public Visibility AngleAxisLabelVisibility { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets Visibility of Y-axis labels.

[Parameter]
public Visibility ValueAxisLabelVisibility { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets location of Y-axis labels, relative to the plot area.

[Parameter]
public virtual ValueAxisLabelLocation ValueAxisLabelLocation { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets location of X-axis labels, relative to the plot area.

[Parameter]
public virtual AngleAxisLabelLocation AngleAxisLabelLocation { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the format string for the X axis label.

[Parameter]
public string AngleAxisLabelFormat { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the format specifiers to use with the AngleAxisLabelFormat string.

public IgbFormatSpecifierCollection AngleAxisLabelFormatSpecifiers { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the format string for the Y axis label.

[Parameter]
public string ValueAxisLabelFormat { get; set; }

Inherited from: IgbRadialBaseChart

Gets or sets the format specifiers to use with the ValueAxisLabelFormat string.

public IgbFormatSpecifierCollection ValueAxisLabelFormatSpecifiers { get; set; }

Inherited from: IgbDomainChart

Gets the components default event behavior.

protected override ControlEventBehavior DefaultEventBehavior { get; }

Inherited from: IgbDomainChart

Gets or sets the scaling value used to affect the pixel density of the control.

[Parameter]
public double PixelScalingRatio { get; set; }

Inherited from: IgbDomainChart

Gets or sets the left margin of chart title

[Parameter]
public double TitleLeftMargin { get; set; }

Inherited from: IgbDomainChart

Gets or sets the right margin of chart title

[Parameter]
public double TitleRightMargin { get; set; }

Inherited from: IgbDomainChart

Gets or sets the top margin of chart title

[Parameter]
public double TitleTopMargin { get; set; }

Inherited from: IgbDomainChart

Gets or sets the bottom margin of chart title

[Parameter]
public double TitleBottomMargin { get; set; }

Inherited from: IgbDomainChart

Gets or sets the left margin of chart subtitle

[Parameter]
public double SubtitleLeftMargin { get; set; }

Inherited from: IgbDomainChart

Gets or sets the top margin of chart subtitle

[Parameter]
public double SubtitleTopMargin { get; set; }

Inherited from: IgbDomainChart

Gets or sets the right margin of chart subtitle

[Parameter]
public double SubtitleRightMargin { get; set; }

Inherited from: IgbDomainChart

Gets or sets the bottom margin of chart subtitle

[Parameter]
public double SubtitleBottomMargin { get; set; }

Inherited from: IgbDomainChart

Gets or sets color of chart subtitle

[Parameter]
public string SubtitleTextColor { get; set; }

Inherited from: IgbDomainChart

Gets or sets color of chart title

[Parameter]
public string TitleTextColor { get; set; }

Inherited from: IgbDomainChart

Gets or sets the left margin of the chart content.

[Parameter]
public virtual double LeftMargin { get; set; }

Inherited from: IgbDomainChart

Gets or sets the top margin of the chart content.

[Parameter]
public double TopMargin { get; set; }

Inherited from: IgbDomainChart

Gets or sets the right margin of the chart content.

[Parameter]
public double RightMargin { get; set; }

Inherited from: IgbDomainChart

Gets or sets the bottom margin around the chart content.

[Parameter]
public double BottomMargin { get; set; }

Inherited from: IgbDomainChart

Gets or sets the duration used for animating series plots when the data is changing

[Parameter]
public int TransitionDuration { get; set; }

Inherited from: IgbDomainChart

Gets or sets the easing function used for animating series plots when the data is changing.

[Parameter]
public string TransitionEasingFunction { get; set; }

Inherited from: IgbDomainChart

Provides a means of setting TransitionEasingFunction in the JavaScript environment.

[Parameter]
public string TransitionEasingFunctionScript { get; set; }

Inherited from: IgbDomainChart

Gets or sets the duration used for animating highlighting changes

[Parameter]
public int HighlightingTransitionDuration { get; set; }

Inherited from: IgbDomainChart

Gets or sets the duration used for animating Selection changes

[Parameter]
public int SelectionTransitionDuration { get; set; }

Inherited from: IgbDomainChart

Gets or sets the duration used for animating Focus changes

[Parameter]
public int FocusTransitionDuration { get; set; }

Inherited from: IgbDomainChart

Gets or sets CSS font property for the chart subtitle

[Parameter]
public string SubtitleTextStyle { get; set; }

Inherited from: IgbDomainChart

Gets or sets CSS font property for the chart title

[Parameter]
public string TitleTextStyle { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public DataToolTipLayerGroupingMode DataToolTipGroupingMode { get; set; }

Inherited from: IgbDomainChart

Gets or sets the offset of the tooltip layer on the X axis.

[Parameter]
public double DataToolTipPositionOffsetX { get; set; }

Inherited from: IgbDomainChart

Gets or sets the offset of the tooltip layer on the Y axis.

[Parameter]
public double DataToolTipPositionOffsetY { get; set; }

Inherited from: IgbDomainChart

Gets or sets the offset of the tooltip layer on the X axis.

[Parameter]
public double DataToolTipDefaultPositionOffsetX { get; set; }

Inherited from: IgbDomainChart

Gets or sets the offset of the tooltip layer on the Y axis.

[Parameter]
public double DataToolTipDefaultPositionOffsetY { get; set; }

Inherited from: IgbDomainChart

Gets or sets the tooltip position mode on the X axis for grouped series.

[Parameter]
public DataTooltipGroupedPositionX DataToolTipGroupedPositionModeX { get; set; }

Inherited from: IgbDomainChart

Gets or sets the tooltip position mode on the Y axis for grouped series.

[Parameter]
public DataTooltipGroupedPositionY DataToolTipGroupedPositionModeY { get; set; }

DataToolTipShouldUpdateWhenSeriesDataChanges

Section titled "DataToolTipShouldUpdateWhenSeriesDataChanges"

Inherited from: IgbDomainChart

Gets or sets whether the data legend should update when the series data is mutated.

[Parameter]
public bool DataToolTipShouldUpdateWhenSeriesDataChanges { get; set; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

Gets or sets mode for abbreviating large numbers displayed in the legend

[Parameter]
public DataAbbreviationMode DataToolTipValueFormatAbbreviation { get; set; }

Inherited from: IgbDomainChart

Gets or sets maximum digits for formatting numbers displayed in the legend

[Parameter]
public int DataToolTipValueFormatMaxFractions { get; set; }

Inherited from: IgbDomainChart

Gets or sets minimum digits for formatting numbers displayed in the legend

[Parameter]
public int DataToolTipValueFormatMinFractions { get; set; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

Gets or sets whether or not use grouping separator, e.g, 15,000 for 15000

[Parameter]
public bool DataToolTipValueFormatUseGrouping { get; set; }

Inherited from: IgbDomainChart

Gets or sets the format string for values displayed in the data legend.

[Parameter]
public string DataToolTipValueFormatString { get; set; }

Inherited from: IgbDomainChart

Gets or sets the format specifiers to use with the ValueFormatString string.

public IgbFormatSpecifierCollection DataToolTipValueFormatSpecifiers { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipValueRowMarginBottom { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipValueRowMarginLeft { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipValueRowMarginRight { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipValueRowMarginTop { get; set; }

Inherited from: IgbDomainChart

Gets or sets whether to show series rows.

[Parameter]
public bool DataToolTipValueRowVisible { get; set; }

DataToolTipValueTextWhenMissingData

Section titled "DataToolTipValueTextWhenMissingData"

Inherited from: IgbDomainChart

Gets or sets text displayed when data column is missing a value, e.g. "no data"

[Parameter]
public string DataToolTipValueTextWhenMissingData { get; set; }

DataToolTipValueTextUseSeriesColors

Section titled "DataToolTipValueTextUseSeriesColors"

Inherited from: IgbDomainChart

Gets or sets whether to use series colors when displaying values in the legend

[Parameter]
public bool DataToolTipValueTextUseSeriesColors { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipValueTextMarginBottom { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipValueTextMarginLeft { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipValueTextMarginRight { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipValueTextMarginTop { get; set; }

Inherited from: IgbDomainChart

Gets or sets the units text color.

[Parameter]
public string DataToolTipValueTextColor { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public string DataToolTipValueTextFontFamily { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipValueTextFontSize { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public string DataToolTipValueTextFontStyle { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public string DataToolTipValueTextFontWeight { get; set; }

Inherited from: IgbDomainChart

Gets or sets the format string for header text displayed in the data legend.

[Parameter]
public string DataToolTipHeaderFormatString { get; set; }

Inherited from: IgbDomainChart

Gets or sets the format specifiers to use with the HeaderFormatString string.

public IgbFormatSpecifierCollection DataToolTipHeaderFormatSpecifiers { get; set; }

Inherited from: IgbDomainChart

Gets or sets globalization culture when displaying header as date time

[Parameter]
public string DataToolTipHeaderFormatCulture { get; set; }

Inherited from: IgbDomainChart

Gets or sets date format for the header

[Parameter]
public DataLegendHeaderDateMode DataToolTipHeaderFormatDate { get; set; }

Inherited from: IgbDomainChart

Gets or sets time format for the header

[Parameter]
public DataLegendHeaderTimeMode DataToolTipHeaderFormatTime { get; set; }

Inherited from: IgbDomainChart

Gets or sets the HeaderText for the data legend.

[Parameter]
public string DataToolTipHeaderText { get; set; }

Inherited from: IgbDomainChart

Gets or sets the header text color.

[Parameter]
public string DataToolTipHeaderTextColor { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipHeaderTextMarginBottom { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipHeaderTextMarginLeft { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipHeaderTextMarginRight { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipHeaderTextMarginTop { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipHeaderRowMarginBottom { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipHeaderRowMarginLeft { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipHeaderRowMarginRight { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipHeaderRowMarginTop { get; set; }

Inherited from: IgbDomainChart

Gets or sets whether to show Header row.

[Parameter]
public bool DataToolTipHeaderRowVisible { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public string DataToolTipHeaderTextFontFamily { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipHeaderTextFontSize { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public string DataToolTipHeaderTextFontStyle { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public string DataToolTipHeaderTextFontWeight { get; set; }

Inherited from: IgbDomainChart

Gets or sets the Group text color.

[Parameter]
public string DataToolTipGroupTextColor { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipGroupTextMarginBottom { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipGroupTextMarginLeft { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipGroupTextMarginRight { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipGroupTextMarginTop { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipGroupRowMarginBottom { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipGroupRowMarginLeft { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipGroupRowMarginRight { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipGroupRowMarginTop { get; set; }

Inherited from: IgbDomainChart

Gets or sets whether to show Group row.

[Parameter]
public bool DataToolTipGroupRowVisible { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public string DataToolTipGroupTextFontFamily { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipGroupTextFontSize { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public string DataToolTipGroupTextFontStyle { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public string DataToolTipGroupTextFontWeight { get; set; }

Inherited from: IgbDomainChart

Gets or sets the summary text color.

[Parameter]
public string DataToolTipSummaryTitleTextColor { get; set; }

DataToolTipSummaryTitleTextFontFamily

Section titled "DataToolTipSummaryTitleTextFontFamily"

Inherited from: IgbDomainChart

[Parameter]
public string DataToolTipSummaryTitleTextFontFamily { get; set; }

DataToolTipSummaryTitleTextFontSize

Section titled "DataToolTipSummaryTitleTextFontSize"

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipSummaryTitleTextFontSize { get; set; }

DataToolTipSummaryTitleTextFontStyle

Section titled "DataToolTipSummaryTitleTextFontStyle"

Inherited from: IgbDomainChart

[Parameter]
public string DataToolTipSummaryTitleTextFontStyle { get; set; }

DataToolTipSummaryTitleTextFontWeight

Section titled "DataToolTipSummaryTitleTextFontWeight"

Inherited from: IgbDomainChart

[Parameter]
public string DataToolTipSummaryTitleTextFontWeight { get; set; }

Inherited from: IgbDomainChart

Gets or sets the SummaryType for the data legend.

[Parameter]
public DataLegendSummaryType DataToolTipSummaryType { get; set; }

Inherited from: IgbDomainChart

Gets or sets the SummaryTitleText for the data legend.

[Parameter]
public string DataToolTipSummaryTitleText { get; set; }

DataToolTipSummaryTitleTextMarginBottom

Section titled "DataToolTipSummaryTitleTextMarginBottom"

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipSummaryTitleTextMarginBottom { get; set; }

DataToolTipSummaryTitleTextMarginLeft

Section titled "DataToolTipSummaryTitleTextMarginLeft"

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipSummaryTitleTextMarginLeft { get; set; }

DataToolTipSummaryTitleTextMarginRight

Section titled "DataToolTipSummaryTitleTextMarginRight"

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipSummaryTitleTextMarginRight { get; set; }

DataToolTipSummaryTitleTextMarginTop

Section titled "DataToolTipSummaryTitleTextMarginTop"

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipSummaryTitleTextMarginTop { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipSummaryRowMarginBottom { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipSummaryRowMarginLeft { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipSummaryRowMarginRight { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipSummaryRowMarginTop { get; set; }

Inherited from: IgbDomainChart

Gets or sets the units text color.

[Parameter]
public string DataToolTipSummaryValueTextColor { get; set; }

DataToolTipSummaryValueTextFontFamily

Section titled "DataToolTipSummaryValueTextFontFamily"

Inherited from: IgbDomainChart

[Parameter]
public string DataToolTipSummaryValueTextFontFamily { get; set; }

DataToolTipSummaryValueTextFontSize

Section titled "DataToolTipSummaryValueTextFontSize"

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipSummaryValueTextFontSize { get; set; }

DataToolTipSummaryValueTextFontStyle

Section titled "DataToolTipSummaryValueTextFontStyle"

Inherited from: IgbDomainChart

[Parameter]
public string DataToolTipSummaryValueTextFontStyle { get; set; }

DataToolTipSummaryValueTextFontWeight

Section titled "DataToolTipSummaryValueTextFontWeight"

Inherited from: IgbDomainChart

[Parameter]
public string DataToolTipSummaryValueTextFontWeight { get; set; }

Inherited from: IgbDomainChart

Gets or sets the units text for the data legend.

[Parameter]
public string DataToolTipSummaryLabelText { get; set; }

Inherited from: IgbDomainChart

Gets or sets the units text color.

[Parameter]
public string DataToolTipSummaryLabelTextColor { get; set; }

DataToolTipSummaryLabelTextFontFamily

Section titled "DataToolTipSummaryLabelTextFontFamily"

Inherited from: IgbDomainChart

[Parameter]
public string DataToolTipSummaryLabelTextFontFamily { get; set; }

DataToolTipSummaryLabelTextFontSize

Section titled "DataToolTipSummaryLabelTextFontSize"

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipSummaryLabelTextFontSize { get; set; }

DataToolTipSummaryLabelTextFontStyle

Section titled "DataToolTipSummaryLabelTextFontStyle"

Inherited from: IgbDomainChart

[Parameter]
public string DataToolTipSummaryLabelTextFontStyle { get; set; }

DataToolTipSummaryLabelTextFontWeight

Section titled "DataToolTipSummaryLabelTextFontWeight"

Inherited from: IgbDomainChart

[Parameter]
public string DataToolTipSummaryLabelTextFontWeight { get; set; }

Inherited from: IgbDomainChart

Gets or sets the units text for the data legend.

[Parameter]
public string DataToolTipSummaryUnitsText { get; set; }

Inherited from: IgbDomainChart

Gets or sets the units text color.

[Parameter]
public string DataToolTipSummaryUnitsTextColor { get; set; }

DataToolTipSummaryUnitsTextFontFamily

Section titled "DataToolTipSummaryUnitsTextFontFamily"

Inherited from: IgbDomainChart

[Parameter]
public string DataToolTipSummaryUnitsTextFontFamily { get; set; }

DataToolTipSummaryUnitsTextFontSize

Section titled "DataToolTipSummaryUnitsTextFontSize"

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipSummaryUnitsTextFontSize { get; set; }

DataToolTipSummaryUnitsTextFontStyle

Section titled "DataToolTipSummaryUnitsTextFontStyle"

Inherited from: IgbDomainChart

[Parameter]
public string DataToolTipSummaryUnitsTextFontStyle { get; set; }

DataToolTipSummaryUnitsTextFontWeight

Section titled "DataToolTipSummaryUnitsTextFontWeight"

Inherited from: IgbDomainChart

[Parameter]
public string DataToolTipSummaryUnitsTextFontWeight { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipBadgeMarginBottom { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipBadgeMarginLeft { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipBadgeMarginRight { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipBadgeMarginTop { get; set; }

Inherited from: IgbDomainChart

Gets or sets the BadgeShape for the data legend.

[Parameter]
public LegendItemBadgeShape DataToolTipBadgeShape { get; set; }

Inherited from: IgbDomainChart

Gets or sets the UnitsMode for the data legend.

[Parameter]
public DataLegendUnitsMode DataToolTipUnitsDisplayMode { get; set; }

Inherited from: IgbDomainChart

Gets or sets the units text for the data legend.

[Parameter]
public string DataToolTipUnitsText { get; set; }

Inherited from: IgbDomainChart

Gets or sets the units text color.

[Parameter]
public string DataToolTipUnitsTextColor { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipUnitsTextMarginBottom { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipUnitsTextMarginLeft { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipUnitsTextMarginRight { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipUnitsTextMarginTop { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public string DataToolTipUnitsTextFontFamily { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipUnitsTextFontSize { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public string DataToolTipUnitsTextFontStyle { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public string DataToolTipUnitsTextFontWeight { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipTitleTextMarginBottom { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipTitleTextMarginLeft { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipTitleTextMarginRight { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipTitleTextMarginTop { get; set; }

Inherited from: IgbDomainChart

Gets or sets the display text color.

[Parameter]
public string DataToolTipTitleTextColor { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public string DataToolTipTitleTextFontFamily { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipTitleTextFontSize { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public string DataToolTipTitleTextFontStyle { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public string DataToolTipTitleTextFontWeight { get; set; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

Gets or sets the units text color.

[Parameter]
public string DataToolTipLabelTextColor { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipLabelTextMarginBottom { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipLabelTextMarginLeft { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipLabelTextMarginRight { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipLabelTextMarginTop { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public string DataToolTipLabelTextFontFamily { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double DataToolTipLabelTextFontSize { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public string DataToolTipLabelTextFontStyle { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public string DataToolTipLabelTextFontWeight { get; set; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

public IgbChartSortDescriptionCollection GroupSortDescriptions { get; protected set; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

Gets the current summaries that are applied to the grid.

public IgbChartSummaryDescriptionCollection SummaryDescriptions { get; protected set; }

Inherited from: IgbDomainChart

Gets or sets the selection mode to use for the series in the component, when supported.

[Parameter]
public SeriesSelectionMode SelectionMode { get; set; }

Inherited from: IgbDomainChart

Gets or sets the focus mode to use for the series in the component, when supported.

[Parameter]
public SeriesSelectionMode FocusMode { get; set; }

Inherited from: IgbDomainChart

Gets or sets the selection brush to use for the series.

[Parameter]
public string SelectionBrush { get; set; }

Inherited from: IgbDomainChart

Gets or sets the focus brush to use for the series.

[Parameter]
public string FocusBrush { get; set; }

Inherited from: IgbDomainChart

Gets or sets the selection behavior to use for the series in the component, when supported.

[Parameter]
public SeriesSelectionBehavior SelectionBehavior { get; set; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

Gets the initial sorts that are applied to the chart.

public IgbChartSortDescriptionCollection InitialSortDescriptions { get; protected set; }

Inherited from: IgbDomainChart

Gets the initial sorts that are applied to the chart after groupings and summaries are applied.

public IgbChartSortDescriptionCollection InitialGroupSortDescriptions { get; protected set; }

Inherited from: IgbDomainChart

Gets the initial groupings that are applied to the chart.

public IgbChartSortDescriptionCollection InitialGroupDescriptions { get; protected set; }

Inherited from: IgbDomainChart

Gets the initial filters that are applied to the chart.

public IgbFilterExpressionCollection InitialFilterExpressions { get; protected set; }

Inherited from: IgbDomainChart

Gets the initial highlight filters that are applied to the chart.

public IgbFilterExpressionCollection InitialHighlightFilterExpressions { get; protected set; }

Inherited from: IgbDomainChart

Gets the initial summaries that are applied to the chart.

public IgbChartSummaryDescriptionCollection InitialSummaryDescriptions { get; protected set; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

Gets or sets the sorts to apply after grouping has been applied.

[Parameter]
public string GroupSorts { get; set; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

Gets or sets a collection of data items used to generate the chart.

[Parameter]
public object DataSource { get; set; }

Inherited from: IgbDomainChart

Provides a means of setting DataSource in the JavaScript environment.

[Parameter]
public string DataSourceScript { get; set; }

Inherited from: IgbDomainChart

Gets or sets a collection of data items used to generate the chart.

[Parameter]
public object HighlightedDataSource { get; set; }

Inherited from: IgbDomainChart

Provides a means of setting HighlightedDataSource in the JavaScript environment.

[Parameter]
public string HighlightedDataSourceScript { get; set; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

Gets or sets a set of property paths that should be excluded from consideration by the category chart.

[Parameter]
public string[] ExcludedProperties { get; set; }

Inherited from: IgbDomainChart

Gets or sets the palette of brushes to use for coloring the chart series.

[Parameter]
public string Brushes { get; set; }

Inherited from: IgbDomainChart

Gets or sets the palette of brushes to use for outlines on the chart series.

[Parameter]
public string Outlines { get; set; }

Inherited from: IgbDomainChart

Gets the actual palette of brushes to use for coloring the chart series.

[Parameter]
public string ActualBrushes { get; set; }

Inherited from: IgbDomainChart

Gets the actual palette of brushes to use for outlines on the chart series.

[Parameter]
public string ActualOutlines { get; set; }

Inherited from: IgbDomainChart

Gets or sets the legend to connect this chart to.

[Parameter]
public IgbLegendBase Legend { get; set; }

Inherited from: IgbDomainChart

Provides a means of setting Legend in the JavaScript environment.

[Parameter]
public string LegendScript { get; set; }

Inherited from: IgbDomainChart

Gets or sets whether the chart can be horizontally zoomed through user interactions.

[Parameter]
public virtual bool IsHorizontalZoomEnabled { get; set; }

Inherited from: IgbDomainChart

Gets or sets whether the chart can be vertically zoomed through user interactions.

[Parameter]
public virtual bool IsVerticalZoomEnabled { get; set; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

Gets or sets whether the chart should use a faded skeleton style for mock data.

[Parameter]
public virtual bool ShouldUseSkeletonStyleForMockData { get; set; }

ShouldSimulateHoverMoveCrosshairPoint

Section titled "ShouldSimulateHoverMoveCrosshairPoint"

Inherited from: IgbDomainChart

Gets or sets whether calling SimulateHover should shift the crosshair point.

[Parameter]
public virtual bool ShouldSimulateHoverMoveCrosshairPoint { get; set; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

Gets or sets whether to show the legend items for the series.

[Parameter]
public virtual Visibility LegendItemVisibility { get; set; }

Inherited from: IgbDomainChart

Gets or sets the rectangle representing the current scroll and zoom state of the chart.

[Parameter]
public Rect WindowRect { get; set; }

Inherited from: IgbDomainChart

Gets or sets text to display above the plot area.

[Parameter]
public string ChartTitle { get; set; }

Inherited from: IgbDomainChart

Gets or sets text to display below the Title, above the plot area.

[Parameter]
public string Subtitle { get; set; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

Gets or sets the behavior that determines how unknown values will be plotted on the chart.

[Parameter]
public UnknownValuePlotting UnknownValuePlotting { get; set; }

Inherited from: IgbDomainChart

Gets or sets the rendering resolution for all series in this chart.

[Parameter]
public virtual double Resolution { get; set; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

Gets or sets the OutlineMode for all series in this chart.

[Parameter]
public SeriesOutlineMode OutlineMode { get; set; }

Inherited from: IgbDomainChart

Gets or sets the MarkerOutlineMode for all series that support markers in this chart.

[Parameter]
public MarkerOutlineMode MarkerOutlineMode { get; set; }

Inherited from: IgbDomainChart

Gets or sets the MarkerFillMode for all series that support markers in this chart.

[Parameter]
public MarkerFillMode MarkerFillMode { get; set; }

Inherited from: IgbDomainChart

Gets or sets the Marker Fill Opacity for all series that support markers in this chart.

[Parameter]
public double MarkerFillOpacity { get; set; }

Inherited from: IgbDomainChart

Gets or sets the Marker Thickness for all series that support markers in this chart.

[Parameter]
public double MarkerThickness { get; set; }

Inherited from: IgbDomainChart

Gets or sets the marker shapes used for indicating location of data points in this chart.

public IgbMarkerTypeCollection MarkerTypes { get; set; }

Inherited from: IgbDomainChart

Gets or sets the default marker type for all series plotted in this chart.

[Parameter]
public MarkerAutomaticBehavior MarkerAutomaticBehavior { get; set; }

Inherited from: IgbDomainChart

Gets or sets the palette of brushes used for rendering fill area of data point markers.

[Parameter]
public string MarkerBrushes { get; set; }

Inherited from: IgbDomainChart

Gets or sets the palette of brushes used for rendering outlines of data point markers.

[Parameter]
public string MarkerOutlines { get; set; }

Inherited from: IgbDomainChart

Gets or sets the maximum number of markers displayed in the plot area of the chart.

[Parameter]
public int MarkerMaxCount { get; set; }

Inherited from: IgbDomainChart

Gets or sets the fill opacity for all series that have area visuals in this chart.

[Parameter]
public double AreaFillOpacity { get; set; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

Gets or sets the palette of brushes to used for coloring trend lines in this chart.

[Parameter]
public string TrendLineBrushes { get; set; }

Inherited from: IgbDomainChart

Gets or sets the formula used for calculating trend lines in this chart.

[Parameter]
public TrendLineType TrendLineType { get; set; }

Inherited from: IgbDomainChart

Gets or sets the thickness of the trend lines in this chart.

[Parameter]
public double TrendLineThickness { get; set; }

Inherited from: IgbDomainChart

Gets or sets what trendlines to use in the chart.

public IgbTrendLineTypeCollection TrendLineTypes { get; set; }

Inherited from: IgbDomainChart

Gets or sets if the chart should use the legend for trendline layers.

[Parameter]
public virtual bool TrendLineLayerUseLegend { get; set; }

Inherited from: IgbDomainChart

Gets or sets a value indicating whether grid and tick lines are aligned to device pixels.

[Parameter]
public bool AlignsGridLinesToPixels { get; set; }

Inherited from: IgbDomainChart

Margin applied to the Left of the plot area.

[Parameter]
public double PlotAreaMarginLeft { get; set; }

Inherited from: IgbDomainChart

Margin applied to the Top of the plot area.

[Parameter]
public double PlotAreaMarginTop { get; set; }

Inherited from: IgbDomainChart

Margin applied to the right of the plot area.

[Parameter]
public double PlotAreaMarginRight { get; set; }

Inherited from: IgbDomainChart

Margin applied below the plot area.

[Parameter]
public double PlotAreaMarginBottom { get; set; }

HighlightingDismissDelayMilliseconds

Section titled "HighlightingDismissDelayMilliseconds"

Inherited from: IgbDomainChart

Gets or sets the time to wait before visually dismissing a highlight.

[Parameter]
public int HighlightingDismissDelayMilliseconds { get; set; }

Inherited from: IgbDomainChart

Gets or sets the time to wait before visually dismissing a focus highlight.

[Parameter]
public int FocusDismissDelayMilliseconds { get; set; }

Inherited from: IgbDomainChart

Gets or sets the time to wait before visually dismissing a selection highlight

[Parameter]
public int SelectionDismissDelayMilliseconds { get; set; }

Inherited from: IgbDomainChart

Gets or sets mode to use for automatically calculating the plot area margin.

[Parameter]
public ComputedPlotAreaMarginMode ComputedPlotAreaMarginMode { get; set; }

Inherited from: IgbDomainChart

Gets or sets horizontal mode to use for automatically calculating the plot area margin based ont the series.

[Parameter]
public SeriesPlotAreaMarginHorizontalMode SeriesPlotAreaMarginHorizontalMode { get; set; }

Inherited from: IgbDomainChart

Gets or sets vertical mode to use for automatically calculating the plot area margin based ont the series.

[Parameter]
public SeriesPlotAreaMarginVerticalMode SeriesPlotAreaMarginVerticalMode { get; set; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

Gets or sets the target opacity to fade to for fade style highlighting.

[Parameter]
public double HighlightingFadeOpacity { get; set; }

Inherited from: IgbDomainChart

Gets or sets the highlighting mode to use for the legend linked to the component, when supported.

[Parameter]
public LegendHighlightingMode LegendHighlightingMode { get; set; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

[Parameter]
public int TrendLinePeriod { get; set; }

Inherited from: IgbDomainChart

Gets or sets the style of tooltip to be displayed.

[Parameter]
public ToolTipType ToolTipType { get; set; }

Inherited from: IgbDomainChart

Gets or sets the crosshairs to be displayed.

[Parameter]
public CrosshairsDisplayMode CrosshairsDisplayMode { get; set; }

Inherited from: IgbDomainChart

Gets or sets whether crosshairs will snap to the nearest data point.

[Parameter]
public bool CrosshairsSnapToData { get; set; }

Inherited from: IgbDomainChart

Gets or sets the color to apply to vertical crosshairs line.

[Parameter]
public string CrosshairsLineVerticalStroke { get; set; }

Inherited from: IgbDomainChart

Gets or sets thickness of crosshairs lines.

[Parameter]
public double CrosshairsLineThickness { get; set; }

Inherited from: IgbDomainChart

Gets or sets the color to apply to horizontal crosshairs line.

[Parameter]
public string CrosshairsLineHorizontalStroke { get; set; }

Inherited from: IgbDomainChart

Gets or sets whether annotations are shown along the axis for crosshair values

[Parameter]
public bool CrosshairsAnnotationEnabled { get; set; }

Inherited from: IgbDomainChart

Gets or sets whether axis annotation are skipped for zero-value fragments in a given position.

[Parameter]
public bool CrosshairsSkipZeroValueFragments { get; set; }

Inherited from: IgbDomainChart

Gets or sets whether axis annotation are skipped for invalid data in a given position.

[Parameter]
public bool CrosshairsSkipInvalidData { get; set; }

CrosshairsAnnotationXAxisBackground

Section titled "CrosshairsAnnotationXAxisBackground"

Inherited from: IgbDomainChart

Gets or sets the background of crosshair annotation on x-axis.

[Parameter]
public string CrosshairsAnnotationXAxisBackground { get; set; }

CrosshairsAnnotationYAxisBackground

Section titled "CrosshairsAnnotationYAxisBackground"

Inherited from: IgbDomainChart

Gets or sets the background of crosshair annotation on y-axis.

[Parameter]
public string CrosshairsAnnotationYAxisBackground { get; set; }

Inherited from: IgbDomainChart

Gets or sets the text color of crosshair annotation on x-axis.

[Parameter]
public string CrosshairsAnnotationXAxisTextColor { get; set; }

Inherited from: IgbDomainChart

Gets or sets the text color of crosshair annotation on y-axis.

[Parameter]
public string CrosshairsAnnotationYAxisTextColor { get; set; }

Inherited from: IgbDomainChart

Gets or sets precision on interpolated values of crosshairs on x-axis.

[Parameter]
public int CrosshairsAnnotationXAxisPrecision { get; set; }

Inherited from: IgbDomainChart

Gets or sets precision on interpolated values of crosshairs on y-axis.

[Parameter]
public int CrosshairsAnnotationYAxisPrecision { get; set; }

ShouldAvoidAxisAnnotationCollisions

Section titled "ShouldAvoidAxisAnnotationCollisions"

Inherited from: IgbDomainChart

Gets or sets whether annotations for the final value of each series is displayed on the axis.

[Parameter]
public bool ShouldAvoidAxisAnnotationCollisions { get; set; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

Gets or sets whether annotations for the final value of each series is displayed on the axis.

[Parameter]
public bool FinalValueAnnotationsVisible { get; set; }

Inherited from: IgbDomainChart

Gets or sets the background of final value annotation.

[Parameter]
public string FinalValueAnnotationsBackground { get; set; }

Inherited from: IgbDomainChart

Gets or sets the text color of final value annotation.

[Parameter]
public string FinalValueAnnotationsTextColor { get; set; }

Inherited from: IgbDomainChart

Gets or sets precision on final value annotation.

[Parameter]
public int FinalValueAnnotationsPrecision { get; set; }

Inherited from: IgbDomainChart

Gets or sets if the auto value callouts should be displayed.

[Parameter]
public bool AutoCalloutsVisible { get; set; }

Inherited from: IgbDomainChart

Gets or sets if callouts should be displayed.

[Parameter]
public bool CalloutsVisible { get; set; }

Inherited from: IgbDomainChart

Gets or sets if event annotations should be displayed.

[Parameter]
public bool CalloutStyleUpdatingEventEnabled { get; set; }

Inherited from: IgbDomainChart

Gets or sets if event annotations should be displayed.

[Parameter]
public bool UseValueForAutoCalloutLabels { get; set; }

Inherited from: IgbDomainChart

Gets or sets if event annotations should be displayed.

[Parameter]
public CalloutCollisionMode CalloutCollisionMode { get; set; }

Inherited from: IgbDomainChart

Gets or sets if the series item color should be used for the callout fills.

[Parameter]
public bool CalloutsUseItemColorForFill { get; set; }

Inherited from: IgbDomainChart

Gets or sets if the series item color should be used for the callout outlines.

[Parameter]
public bool CalloutsUseItemColorForOutline { get; set; }

CalloutsUseAutoContrastingLabelColors

Section titled "CalloutsUseAutoContrastingLabelColors"

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

Gets or sets if the thickness that should be used for the callout outlines.

[Parameter]
public double CalloutsStrokeThickness { get; set; }

Inherited from: IgbDomainChart

Gets or sets color of the callout background.

[Parameter]
public string CalloutsBackground { get; set; }

Inherited from: IgbDomainChart

Gets or sets color of the callout outlines.

[Parameter]
public string CalloutsOutline { get; set; }

Inherited from: IgbDomainChart

Gets or sets text color of callout.

[Parameter]
public string CalloutsTextColor { get; set; }

Inherited from: IgbDomainChart

Gets or sets the text color on dark callout background.

[Parameter]
public string CalloutsLightTextColor { get; set; }

Inherited from: IgbDomainChart

Gets or sets the text color on light callout background.

[Parameter]
public string CalloutsDarkTextColor { get; set; }

Inherited from: IgbDomainChart

Gets or sets color of callout's leader lines.

[Parameter]
public string CalloutsLeaderBrush { get; set; }

Inherited from: IgbDomainChart

Gets or sets the amount of precision to apply to the auto callout labels.

[Parameter]
public int CalloutsAutoLabelPrecision { get; set; }

Inherited from: IgbDomainChart

Gets or sets the collection of callout data to be annotated.

[Parameter]
public object CalloutsDataSource { get; set; }

Inherited from: IgbDomainChart

Provides a means of setting CalloutsDataSource in the JavaScript environment.

[Parameter]
public string CalloutsDataSourceScript { get; set; }

Inherited from: IgbDomainChart

Gets or sets the allowed positions that the callout layer is allowed to use.

public IgbCalloutPlacementPositionsCollection CalloutsAllowedPositions { get; set; }

Inherited from: IgbDomainChart

Gets or sets the member path of the X data for the callouts.

[Parameter]
public string CalloutsXMemberPath { get; set; }

Inherited from: IgbDomainChart

Gets or sets the member path of the Y data for the callouts.

[Parameter]
public string CalloutsYMemberPath { get; set; }

Inherited from: IgbDomainChart

Gets or sets the member path of the label data for the callouts.

[Parameter]
public string CalloutsLabelMemberPath { get; set; }

Inherited from: IgbDomainChart

Gets or sets the member path of the content data for the callouts.

[Parameter]
public string CalloutsContentMemberPath { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public string CalloutsFontFamily { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public double CalloutsFontSize { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public string CalloutsFontStyle { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public string CalloutsFontWeight { get; set; }

Inherited from: IgbDomainChart

Gets or sets what value lines to use in the chart.

public IgbValueModeCollection ValueLines { get; set; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

Gets or sets thickness of value lines.

[Parameter]
public double ValueLinesThickness { get; set; }

Inherited from: IgbDomainChart

Gets or sets if the chart should use the legend for value layers that target series.

[Parameter]
public virtual bool SeriesValueLayerUseLegend { get; set; }

Inherited from: IgbDomainChart

Gets or sets the horizontal scrollbar mode to use for the series viewer.

[Parameter]
public SeriesViewerScrollbarMode HorizontalViewScrollbarMode { get; set; }

Inherited from: IgbDomainChart

Gets or sets the vertical scrollbar mode to use for the series viewer.

[Parameter]
public SeriesViewerScrollbarMode VerticalViewScrollbarMode { get; set; }

Inherited from: IgbDomainChart

Gets or sets the position to use for the horizontal scrollbar in the component, when enabled.

[Parameter]
public SeriesViewerHorizontalScrollbarPosition HorizontalViewScrollbarPosition { get; set; }

Inherited from: IgbDomainChart

Gets or sets the position to use for the vertical scrollbar in the component, when enabled.

[Parameter]
public SeriesViewerVerticalScrollbarPosition VerticalViewScrollbarPosition { get; set; }

Inherited from: IgbDomainChart

Gets or sets the fill to use for the horizontal scrollbar in the component, when enabled.

[Parameter]
public string HorizontalViewScrollbarFill { get; set; }

Inherited from: IgbDomainChart

Gets or sets the outline to use for the horizontal scrollbar in the component, when enabled.

[Parameter]
public string HorizontalViewScrollbarOutline { get; set; }

HorizontalViewScrollbarStrokeThickness

Section titled "HorizontalViewScrollbarStrokeThickness"

Inherited from: IgbDomainChart

Gets or sets the stroke thickness to use for the horizontal scrollbar in the component, when enabled.

[Parameter]
public double HorizontalViewScrollbarStrokeThickness { get; set; }

Inherited from: IgbDomainChart

Gets or sets the max opacity to use for the horizontal scrollbar in the component, when enabled.

[Parameter]
public double HorizontalViewScrollbarMaxOpacity { get; set; }

HorizontalViewScrollbarCornerRadius

Section titled "HorizontalViewScrollbarCornerRadius"

Inherited from: IgbDomainChart

Gets or sets the corner radius to use for the horizontal scrollbar in the component, when enabled.

[Parameter]
public double HorizontalViewScrollbarCornerRadius { get; set; }

Inherited from: IgbDomainChart

Gets or sets the height to use for the horizontal scrollbar in the component, when enabled.

[Parameter]
public double HorizontalViewScrollbarHeight { get; set; }

Inherited from: IgbDomainChart

Gets or sets the inset distance to use for the horizontal scrollbar in the component, when enabled.

[Parameter]
public double HorizontalViewScrollbarInset { get; set; }

HorizontalViewScrollbarTrackStartInset

Section titled "HorizontalViewScrollbarTrackStartInset"

Inherited from: IgbDomainChart

Gets or sets the track start inset to use for the horizontal scrollbar in the component, when enabled.

[Parameter]
public double HorizontalViewScrollbarTrackStartInset { get; set; }

HorizontalViewScrollbarTrackEndInset

Section titled "HorizontalViewScrollbarTrackEndInset"

Inherited from: IgbDomainChart

Gets or sets the track end inset to use for the horizontal scrollbar in the component, when enabled.

[Parameter]
public double HorizontalViewScrollbarTrackEndInset { get; set; }

HorizontalViewScrollbarShouldAddAutoTrackInsets

Section titled "HorizontalViewScrollbarShouldAddAutoTrackInsets"

Inherited from: IgbDomainChart

Gets or sets whether to use automatic track insets for the horizontal scrollbar in the component, when enabled.

[Parameter]
public bool HorizontalViewScrollbarShouldAddAutoTrackInsets { get; set; }

Inherited from: IgbDomainChart

Gets or sets the fill to use for the vertical scrollbar in the component, when enabled.

[Parameter]
public string VerticalViewScrollbarFill { get; set; }

Inherited from: IgbDomainChart

Gets or sets the outline to use for the vertical scrollbar in the component, when enabled.

[Parameter]
public string VerticalViewScrollbarOutline { get; set; }

VerticalViewScrollbarStrokeThickness

Section titled "VerticalViewScrollbarStrokeThickness"

Inherited from: IgbDomainChart

Gets or sets the stroke thickness to use for the vertical scrollbar in the component, when enabled.

[Parameter]
public double VerticalViewScrollbarStrokeThickness { get; set; }

Inherited from: IgbDomainChart

Gets or sets the max opacity to use for the vertical scrollbar in the component, when enabled.

[Parameter]
public double VerticalViewScrollbarMaxOpacity { get; set; }

Inherited from: IgbDomainChart

Gets or sets the corner radius to use for the vertical scrollbar in the component, when enabled.

[Parameter]
public double VerticalViewScrollbarCornerRadius { get; set; }

Inherited from: IgbDomainChart

Gets or sets the width to use for the vertical scrollbar in the component, when enabled.

[Parameter]
public double VerticalViewScrollbarWidth { get; set; }

Inherited from: IgbDomainChart

Gets or sets the inset distance to use for the vertical scrollbar in the component, when enabled.

[Parameter]
public double VerticalViewScrollbarInset { get; set; }

VerticalViewScrollbarTrackStartInset

Section titled "VerticalViewScrollbarTrackStartInset"

Inherited from: IgbDomainChart

Gets or sets the track start inset to use for the vertical scrollbar in the component, when enabled.

[Parameter]
public double VerticalViewScrollbarTrackStartInset { get; set; }

Inherited from: IgbDomainChart

Gets or sets the track end inset to use for the vertical scrollbar in the component, when enabled.

[Parameter]
public double VerticalViewScrollbarTrackEndInset { get; set; }

VerticalViewScrollbarShouldAddAutoTrackInsets

Section titled "VerticalViewScrollbarShouldAddAutoTrackInsets"

Inherited from: IgbDomainChart

Gets or sets whether to use automatic track insets for the vertical scrollbar in the component, when enabled.

[Parameter]
public bool VerticalViewScrollbarShouldAddAutoTrackInsets { get; set; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

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; }

Inherited from: IgbDomainChart

Gets or sets whether initiating user annotations from the toolbar is enabled.

[Parameter]
public bool IsUserAnnotationsEnabled { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public string SeriesPointerMoveScript { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public Action<IgbDomainChartSeriesPointerEventArgs> SeriesPointerMove { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public string PlotAreaPointerMoveScript { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public Action<IgbDomainChartPlotAreaPointerEventArgs> PlotAreaPointerMove { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public string CalloutStyleUpdatingScript { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public Action<IgbCalloutStyleUpdatingEventArgs> CalloutStyleUpdating { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public string CalloutRenderStyleUpdatingScript { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public Action<IgbCalloutRenderStyleUpdatingEventArgs> CalloutRenderStyleUpdating { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public string CalloutLabelUpdatingScript { get; set; }

Inherited from: IgbDomainChart

[Parameter]
public Action<IgbCalloutLabelUpdatingEventArgs> CalloutLabelUpdating { get; set; }

Inherited from: BaseRendererControl

[Inject]
protected IIgniteUIBlazor IgBlazor { get; set; }

Inherited from: BaseRendererControl

[Parameter]
public string Height { get; set; }

Inherited from: BaseRendererControl

[Parameter]
public string Width { get; set; }

Inherited from: BaseRendererControl

[Parameter]
public string Class { get; set; }

Inherited from: BaseRendererControl

[Parameter(CaptureUnmatchedValues = true)]
public Dictionary<string, object> AdditionalAttributes { get; set; }

Inherited from: BaseRendererControl

protected virtual string ParentTypeName { get; }

Inherited from: BaseRendererControl

Gets or sets how events are bubbled up from JavaScript to Blazor.

[Parameter]
public ControlEventBehavior EventBehavior { get; set; }

Inherited from: BaseRendererControl

[Parameter]
public RenderFragment ChildContent { get; set; }

Inherited from: BaseRendererControl

Gets or sets what type of date conversion to make when round tripping dates.

[Parameter]
public RoundTripDateConversion RoundTripDateConversion { get; set; }

Inherited from: BaseRendererControl

protected virtual bool SupportsVisualChildren { get; }

Inherited from: BaseRendererControl

protected virtual bool UseDirectRender { get; }

Inherited from: BaseRendererControl

protected virtual string DirectRenderElementName { get; }

Inherited from: BaseRendererControl

protected virtual bool NeedsDynamicContent { get; }

Inherited from: BaseRendererControl

protected virtual bool UseCamelEnumValues { get; }

Gets or sets whether to favor labelling the end of the scale.

[Parameter]
public bool AngleAxisFavorLabellingScaleEnd { get; set; }

Gets or sets the frequency of displayed labels along the X-axis.

[Parameter]
public double AngleAxisInterval { get; set; }

Gets or sets the frequency of displayed minor lines along the X-axis.

[Parameter]
public double AngleAxisMinorInterval { get; set; }

Gets or sets the Dark color to use for slice labels.

[Parameter]
public string DarkSliceLabelColor { get; set; }

Gets or sets whether the mouse leave event should fire when a manipulation is starting.

[Parameter]
public bool FireMouseLeaveOnManipulationStart { get; set; }

Defines the percentage of the maximum radius extent to leave blank at the center of the chart. Should be a value between 0.0 and 1.0.

[Parameter]
public double InnerExtent { get; set; }

Gets or sets the overridden value member path to use.

[Parameter]
public string LabelMemberPath { get; set; }
[Parameter]
public LegendEmptyValuesMode LegendEmptyValuesMode { get; set; }

Gets or sets the legend label member path to use.

[Parameter]
public string LegendLabelMemberPath { get; set; }

Gets or sets the label format for the LegendOthersSlices.

[Parameter]
public string LegendOthersSliceLabelFormat { get; set; }

LegendOthersSliceLabelFormatSpecifiers

Section titled "LegendOthersSliceLabelFormatSpecifiers"

Gets or sets the format specifiers to use with the labels for the LegendOthersSlices.

public IgbFormatSpecifierCollection LegendOthersSliceLabelFormatSpecifiers { get; set; }

Gets or sets the label of the Others slice.

[Parameter]
public RadialLabelMode LegendSliceLabelContentMode { get; set; }

Gets or sets the label format for the LegendSlices.

[Parameter]
public string LegendSliceLabelFormat { get; set; }

Gets or sets the format specifiers to use with the labels for the LegendSlices.

public IgbFormatSpecifierCollection LegendSliceLabelFormatSpecifiers { get; set; }

Gets or sets the light color to use for slice labels.

[Parameter]
public string LightSliceLabelColor { get; set; }

Gets or sets collision avoidance between markers on series that support this behaviour.

[Parameter]
public CollisionAvoidanceType MarkerCollision { get; set; }

Gets or sets the palette of brushes to use for coloring the chart series.

[Parameter]
public string OthersCategoryBrush { get; set; }

Gets or sets the brush to use as the outline of the Others slice.

[Parameter]
public string OthersCategoryOutline { get; set; }

Gets or sets the label of the Others slice.

[Parameter]
public string OthersCategoryText { get; set; }

Gets or sets the threshold value that determines if slices are grouped into the Others slice.

[Parameter]
public double OthersCategoryThreshold { get; set; }

Gets or sets whether to use numeric or percent-based threshold value.

[Parameter]
public OthersCategoryType OthersCategoryType { get; set; }

Gets or sets the label format for the OthersSlices.

[Parameter]
public string OthersSliceLabelFormat { get; set; }

Gets or sets the format specifiers to use with the labels for the OthersSlices.

public IgbFormatSpecifierCollection OthersSliceLabelFormatSpecifiers { get; set; }

Gets or sets the extent of the chart's radius. Value between 0 and 1.

[Parameter]
public double RadiusExtent { get; set; }

Gets or sets the x-radius of the ellipse that is used to round the corners of the slice.

[Parameter]
public double RadiusX { get; set; }

Gets or sets the y-radius of the ellipse that is used to round the corners of the slice.

[Parameter]
public double RadiusY { get; set; }

Gets or sets line thickness when the series is selected.

[Parameter]
public double SelectionThickness { get; set; }

Gets or sets the label of the Others slice.

[Parameter]
public RadialLabelMode SliceLabelContentMode { get; set; }

Gets or sets the label of the Others slice.

[Parameter]
public string SliceLabelContentSeparator { get; set; }

Gets or sets the label format for the slices.

[Parameter]
public string SliceLabelFormat { get; set; }

Gets or sets the format specifiers to use with the labels for the slices.

public IgbFormatSpecifierCollection SliceLabelFormatSpecifiers { get; set; }

Defines the positioning mode of the slice labels for the pie chart.

[Parameter]
public CalloutCollisionMode SliceLabelPositionMode { get; set; }

Gets or sets the start angle to use for the pie chart measured in degrees from the positive x axis.

[Parameter]
public double StartAngle { get; set; }

Defines the percentage of the maximum radius extent to leave blank at the center of the chart. Should be a value between 0.0 and 1.0.

[Parameter]
public PieChartSweepDirection SweepDirection { get; set; }
public override string Type { get; }

Specifies that slice outlines should be drawn inside the slice rather than halfway in and halfway out.

[Parameter]
public bool UseInsetOutlines { get; set; }

Gets or sets whether the large numbers on the Y-axis labels are abbreviated.

[Parameter]
public bool ValueAxisAbbreviateLargeNumbers { get; set; }

Gets or sets how the numeric axis will adjust its range buffer to less closely fix the data from the series.

[Parameter]
public AxisRangeBufferMode ValueAxisAutoRangeBufferMode { get; set; }

Gets or sets whether the axis should favor emitting a label at the end of the scale.

[Parameter]
public bool ValueAxisFavorLabellingScaleEnd { get; set; }

Gets or sets the distance between each label and grid line along the Y-axis.

[Parameter]
public double ValueAxisInterval { get; set; }

Gets or sets whether the Y-axis should use a logarithmic scale instead of a linear one.

[Parameter]
public bool ValueAxisIsLogarithmic { get; set; }

Gets or sets the base value to use in the log function when mapping the position of data items along the Y-axis.

[Parameter]
public int ValueAxisLogarithmBase { get; set; }

Gets or sets the data value corresponding to the maximum value of the Y-axis.

[Parameter]
public double ValueAxisMaximumValue { get; set; }

Gets or sets the data value corresponding to the minimum value of the Y-axis.

[Parameter]
public double ValueAxisMinimumValue { get; set; }

Gets or sets the frequency of displayed minor lines along the Y-axis.

[Parameter]
public double ValueAxisMinorInterval { get; set; }

Gets or sets the overridden value member path to use.

[Parameter]
public string ValueMemberPath { get; set; }

Inherited from: BaseRendererControl

protected Dictionary<Type, Dictionary<string, FieldInfo>> eventCallbacksCache

Inherited from: BaseRendererControl

protected string _cachedSerializedContent

Inherited from: IgbRadialBaseChart

Called by the UI framework to provide a UI container for rendering this control.

public override Task ProvideContainerAsync(object container)

Parameters

  • container: object

Returns any

Inherited from: IgbRadialBaseChart

public override void ProvideContainer(object container)

Parameters

  • container: object

Returns any

Inherited from: IgbRadialBaseChart

Converts the given visual location to a data value.

public Task<double> GetScaledAngleAsync(double unscaledValue)

Parameters

  • unscaledValue: double

Returns any

Inherited from: IgbRadialBaseChart

public double GetScaledAngle(double unscaledValue)

Parameters

  • unscaledValue: double

Returns any

Inherited from: IgbRadialBaseChart

Converts the given data value to a visual location.

public Task<double> GetUnscaledAngleAsync(double scaledValue)

Parameters

  • scaledValue: double

Returns any

Inherited from: IgbRadialBaseChart

public double GetUnscaledAngle(double scaledValue)

Parameters

  • scaledValue: double

Returns any

Inherited from: IgbRadialBaseChart

Converts the given visual location to a data value.

public Task<double> GetScaledValueAsync(double unscaledValue)

Parameters

  • unscaledValue: double

Returns any

Inherited from: IgbRadialBaseChart

public double GetScaledValue(double unscaledValue)

Parameters

  • unscaledValue: double

Returns any

Inherited from: IgbRadialBaseChart

Converts the given data value to a visual location.

public Task<double> GetUnscaledValueAsync(double scaledValue)

Parameters

  • scaledValue: double

Returns any

Inherited from: IgbRadialBaseChart

public double GetUnscaledValue(double scaledValue)

Parameters

  • scaledValue: double

Returns any

SetCustomizedStringAsync(string, string)

Section titled "SetCustomizedStringAsync(string, string)"

Inherited from: IgbDomainChart

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)"

Inherited from: IgbDomainChart

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

GetCurrentSelectedSeriesItemsAsync()

Section titled "GetCurrentSelectedSeriesItemsAsync()"

Inherited from: IgbDomainChart

public Task<IgbChartSelectedItemCollection> GetCurrentSelectedSeriesItemsAsync()

Returns any

Inherited from: IgbDomainChart

public IgbChartSelectedItemCollection GetCurrentSelectedSeriesItems()

Returns any

GetCurrentFocusedSeriesItemsAsync()

Section titled "GetCurrentFocusedSeriesItemsAsync()"

Inherited from: IgbDomainChart

public Task<IgbChartSelectedItemCollection> GetCurrentFocusedSeriesItemsAsync()

Returns any

Inherited from: IgbDomainChart

public IgbChartSelectedItemCollection GetCurrentFocusedSeriesItems()

Returns any

Inherited from: IgbDomainChart

Destroy this control

public Task DestroyAsync()

Returns any

Inherited from: IgbDomainChart

public void Destroy()

Returns any

Inherited from: IgbDomainChart

public Task SimulateHoverAsync(Point point)

Parameters

  • point: Point

Returns any

Inherited from: IgbDomainChart

public void SimulateHover(Point point)

Parameters

  • point: Point

Returns any

Inherited from: IgbDomainChart

public Task SimulatePressAndHoldAsync(Point point)

Parameters

  • point: Point

Returns any

Inherited from: IgbDomainChart

public void SimulatePressAndHold(Point point)

Parameters

  • point: Point

Returns any

Inherited from: IgbDomainChart

public Task SimulatePlotPointerUpAsync(Point point)

Parameters

  • point: Point

Returns any

Inherited from: IgbDomainChart

public void SimulatePlotPointerUp(Point point)

Parameters

  • point: Point

Returns any

Inherited from: IgbDomainChart

public Task SimulateClickAsync(Point point)

Parameters

  • point: Point

Returns any

Inherited from: IgbDomainChart

public void SimulateClick(Point point)

Parameters

  • point: Point

Returns any

Inherited from: IgbDomainChart

Called when the control has been resized.

public virtual Task NotifyResizedAsync()

Returns any

Inherited from: IgbDomainChart

public virtual void NotifyResized()

Returns any

NotifyVisualPropertiesChangedAsync()

Section titled "NotifyVisualPropertiesChangedAsync()"

Inherited from: IgbDomainChart

public Task NotifyVisualPropertiesChangedAsync()

Returns any

Inherited from: IgbDomainChart

public void NotifyVisualPropertiesChanged()

Returns any

Inherited from: IgbDomainChart

Forces any pending refresh to the chart to be finished.

public Task FlushAsync()

Returns any

Inherited from: IgbDomainChart

public void Flush()

Returns any

Inherited from: IgbDomainChart

Hides the active main tooltip, if displayed.

public Task HideToolTipAsync()

Returns any

Inherited from: IgbDomainChart

public void HideToolTip()

Returns any

Inherited from: IgbDomainChart

Replays transition-in animation on all series in the chart.

public virtual Task ReplayTransitionInAsync()

Returns any

Inherited from: IgbDomainChart

public virtual void ReplayTransitionIn()

Returns any

Inherited from: IgbDomainChart

public Task OnDetachAsync()

Returns any

Inherited from: IgbDomainChart

public void OnDetach()

Returns any

ExportDomainChartTestingInfoAsync()

Section titled "ExportDomainChartTestingInfoAsync()"

Inherited from: IgbDomainChart

public Task<IgbDomainChartTestingInfo> ExportDomainChartTestingInfoAsync()

Returns any

Inherited from: IgbDomainChart

public IgbDomainChartTestingInfo ExportDomainChartTestingInfo()

Returns any

Inherited from: IgbDomainChart

Performs zoom in action on the chart by specified percentage of current window rect

public Task ZoomInAsync(double v)

Parameters

  • v: double

Returns any

Inherited from: IgbDomainChart

public void ZoomIn(double v)

Parameters

  • v: double

Returns any

Inherited from: IgbDomainChart

Performs zoom out action on the chart by specified percentage of current window rect

public Task ZoomOutAsync(double v)

Parameters

  • v: double

Returns any

Inherited from: IgbDomainChart

public void ZoomOut(double v)

Parameters

  • v: double

Returns any

Inherited from: IgbDomainChart

Resets the zoom level to default.

public Task ResetZoomAsync()

Returns any

Inherited from: IgbDomainChart

public void ResetZoom()

Returns any

Inherited from: IgbDomainChart

public virtual Task StartCreatingAnnotationAsync()

Returns any

Inherited from: IgbDomainChart

public virtual void StartCreatingAnnotation()

Returns any

Inherited from: IgbDomainChart

public virtual Task StartDeletingAnnotationAsync()

Returns any

Inherited from: IgbDomainChart

public virtual void StartDeletingAnnotation()

Returns any

Inherited from: IgbDomainChart

public virtual Task ResetAnnotationsAsync()

Returns any

Inherited from: IgbDomainChart

public virtual void ResetAnnotations()

Returns any

Inherited from: IgbDomainChart

public virtual Task<string> SaveAnnotationsToJsonAsync()

Returns any

Inherited from: IgbDomainChart

public virtual string SaveAnnotationsToJson()

Returns any

LoadAnnotationsFromJsonAsync(string)

Section titled "LoadAnnotationsFromJsonAsync(string)"

Inherited from: IgbDomainChart

public virtual Task LoadAnnotationsFromJsonAsync(string jsonString)

Parameters

  • jsonString: string

Returns any

Inherited from: IgbDomainChart

public virtual void LoadAnnotationsFromJson(string jsonString)

Parameters

  • jsonString: string

Returns any

Inherited from: IgbDomainChart

public Task CancelAnnotationFlowAsync(string annotationFlowId)

Parameters

  • annotationFlowId: string

Returns any

Inherited from: IgbDomainChart

public void CancelAnnotationFlow(string annotationFlowId)

Parameters

  • annotationFlowId: string

Returns any

FinishAnnotationFlowAsync(IgbUserAnnotationInformation)

Section titled "FinishAnnotationFlowAsync(IgbUserAnnotationInformation)"

Inherited from: IgbDomainChart

public Task FinishAnnotationFlowAsync(IgbUserAnnotationInformation flowInformation)

Parameters

  • flowInformation: IgbUserAnnotationInformation

Returns any

FinishAnnotationFlow(IgbUserAnnotationInformation)

Section titled "FinishAnnotationFlow(IgbUserAnnotationInformation)"

Inherited from: IgbDomainChart

public void FinishAnnotationFlow(IgbUserAnnotationInformation flowInformation)

Parameters

  • flowInformation: IgbUserAnnotationInformation

Returns any

Inherited from: IgbDomainChart

public Task NotifySeriesDataChangedAsync()

Returns any

Inherited from: IgbDomainChart

public void NotifySeriesDataChanged()

Returns any

NotifySetItemAsync(object, int, object, object)

Section titled "NotifySetItemAsync(object, int, object, object)"

Inherited from: IgbDomainChart

public virtual Task NotifySetItemAsync(object source_, int index, object oldItem, object newItem)

Parameters

  • source_: object
  • index: int
  • oldItem: object
  • newItem: object

Returns any

NotifySetItem(object, int, object, object)

Section titled "NotifySetItem(object, int, object, object)"

Inherited from: IgbDomainChart

public virtual void NotifySetItem(object source_, int index, object oldItem, object newItem)

Parameters

  • source_: object
  • index: int
  • oldItem: object
  • newItem: object

Returns any

Inherited from: IgbDomainChart

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

Inherited from: IgbDomainChart

public virtual void NotifyClearItems(object source_)

Parameters

  • source_: object

Returns any

NotifyInsertItemAsync(object, int, object)

Section titled "NotifyInsertItemAsync(object, int, object)"

Inherited from: IgbDomainChart

public virtual Task NotifyInsertItemAsync(object source_, int index, object newItem)

Parameters

  • source_: object
  • index: int
  • newItem: object

Returns any

NotifyInsertItem(object, int, object)

Section titled "NotifyInsertItem(object, int, object)"

Inherited from: IgbDomainChart

public virtual void NotifyInsertItem(object source_, int index, object newItem)

Parameters

  • source_: object
  • index: int
  • newItem: object

Returns any

NotifyRemoveItemAsync(object, int, object)

Section titled "NotifyRemoveItemAsync(object, int, object)"

Inherited from: IgbDomainChart

public virtual Task NotifyRemoveItemAsync(object source_, int index, object oldItem)

Parameters

  • source_: object
  • index: int
  • oldItem: object

Returns any

NotifyRemoveItem(object, int, object)

Section titled "NotifyRemoveItem(object, int, object)"

Inherited from: IgbDomainChart

public virtual void NotifyRemoveItem(object source_, int index, object oldItem)

Parameters

  • source_: object
  • index: int
  • oldItem: object

Returns any

Inherited from: BaseRendererControl

protected virtual void EnsureModulesLoaded()

Returns any

Inherited from: BaseRendererControl

Resolves the components event behavior if Auto is selected.

protected ControlEventBehavior ResolveEventBehavior()

Returns any

Inherited from: BaseRendererControl

protected virtual string ResolveDisplay()

Returns any

Inherited from: BaseRendererControl

protected string ToSpinal(string value)

Parameters

  • value: string

Returns any

Inherited from: BaseRendererControl

protected virtual string TransformSimpleKey(string key)

Parameters

  • key: string

Returns any

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

Inherited from: BaseRendererControl

protected virtual SequenceInfo BuildSequenceInfo(int startSequence)

Parameters

  • startSequence: int

Returns any

Inherited from: BaseRendererControl

protected override void BuildRenderTree(RenderTreeBuilder builder)

Parameters

  • builder: RenderTreeBuilder

Returns any

Inherited from: BaseRendererControl

protected Type TemplateContentType(string templateId)

Parameters

  • templateId: string

Returns any

Inherited from: BaseRendererControl

protected override Task OnAfterRenderAsync(bool firstRender)

Parameters

  • firstRender: bool

Returns any

Inherited from: BaseRendererControl

public Task EnsureReady()

Returns any

Inherited from: BaseRendererControl

protected void MarkPropDirty(string propertyName)

Parameters

  • propertyName: string

Returns any

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

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

Inherited from: BaseRendererControl

Prevents data change notifications from be propagated to the component.

public void SuspendNotifications(object dataSource)

Parameters

  • dataSource: object

Returns any

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

Inherited from: BaseRendererControl

public void OnRefChanged(string refName, object refValue)

Parameters

  • refName: string
  • refValue: object

Returns any

Inherited from: BaseRendererControl

public void OnInvokeReturn(long invokeId, object returnValue)

Parameters

  • invokeId: long
  • returnValue: object

Returns any

Inherited from: BaseRendererControl

protected string Camelize(string value)

Parameters

  • value: string

Returns any

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

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

Inherited from: BaseRendererControl

public void Dispose()

Returns any

public override object FindByName(string name)

Parameters

  • name: string

Returns any

public IgbOthersCategoryContext GetOthersContext()

Returns any

Gets the Others context which provides a current list of items in Others slice.

public Task<IgbOthersCategoryContext> GetOthersContextAsync()

Returns any

[Parameter]
public EventCallback<IgbUserAnnotationInformationEventArgs> UserAnnotationInformationRequested { get; set; }

UserAnnotationToolTipContentUpdating

Section titled "UserAnnotationToolTipContentUpdating"
[Parameter]
public EventCallback<IgbUserAnnotationToolTipContentUpdatingEventArgs> UserAnnotationToolTipContentUpdating { get; set; }
[Parameter]
public EventCallback<IgbChartSeriesEventArgs> SeriesAdded { get; set; }
[Parameter]
public EventCallback<IgbChartSeriesEventArgs> SeriesRemoved { get; set; }
[Parameter]
public EventCallback<IgbDomainChartSeriesPointerEventArgs> SeriesPointerEnter { get; set; }
[Parameter]
public EventCallback<IgbDomainChartSeriesPointerEventArgs> SeriesPointerLeave { get; set; }
[Parameter]
public EventCallback<IgbDomainChartSeriesPointerEventArgs> SeriesPointerDown { get; set; }
[Parameter]
public EventCallback<IgbDomainChartSeriesPointerEventArgs> SeriesPointerUp { get; set; }
[Parameter]
public EventCallback<IgbDomainChartSeriesPointerEventArgs> SeriesClick { get; set; }
[Parameter]
public EventCallback<IgbDomainChartPlotAreaPointerEventArgs> PlotAreaPointerEnter { get; set; }
[Parameter]
public EventCallback<IgbDomainChartPlotAreaPointerEventArgs> PlotAreaPointerLeave { get; set; }
[Parameter]
public EventCallback<IgbDomainChartPlotAreaPointerEventArgs> PlotAreaPointerDown { get; set; }
[Parameter]
public EventCallback<IgbDomainChartPlotAreaPointerEventArgs> PlotAreaPointerUp { get; set; }
[Parameter]
public EventCallback<IgbSeriesViewerSelectedSeriesItemsChangedEventArgs> SelectedSeriesItemsChanged { get; set; }
[Parameter]
public EventCallback<IgbSeriesViewerSelectedSeriesItemsChangedEventArgs> FocusedSeriesItemsChanged { get; set; }
[Parameter]
public EventCallback<IgbFilterStringErrorsParsingEventArgs> FilterStringErrorsParsing { get; set; }

UserAnnotationInformationRequestedScript

Section titled "UserAnnotationInformationRequestedScript"
[Parameter]
public string UserAnnotationInformationRequestedScript { get; set; }

UserAnnotationToolTipContentUpdatingScript

Section titled "UserAnnotationToolTipContentUpdatingScript"
[Parameter]
public string UserAnnotationToolTipContentUpdatingScript { get; set; }
[Parameter]
public string SeriesAddedScript { get; set; }
[Parameter]
public string SeriesRemovedScript { get; set; }
[Parameter]
public string SeriesPointerEnterScript { get; set; }
[Parameter]
public string SeriesPointerLeaveScript { get; set; }
[Parameter]
public string SeriesPointerDownScript { get; set; }
[Parameter]
public string SeriesPointerUpScript { get; set; }
[Parameter]
public string SeriesClickScript { get; set; }
[Parameter]
public string PlotAreaPointerEnterScript { get; set; }
[Parameter]
public string PlotAreaPointerLeaveScript { get; set; }
[Parameter]
public string PlotAreaPointerDownScript { get; set; }
[Parameter]
public string PlotAreaPointerUpScript { get; set; }
[Parameter]
public string SelectedSeriesItemsChangedScript { get; set; }
[Parameter]
public string FocusedSeriesItemsChangedScript { get; set; }
[Parameter]
public string FilterStringErrorsParsingScript { get; set; }