Represents a base class for domain charts with X/Y axes
Inheritance
object
ComponentBase
Classes that extend this class.
Derived Classes- IComponent
- IHandleEvent
- IHandleAfterRender
- JsonSerializable
- IDisposable
Constructors
Section titled "Constructors"constructor
public IgbRadialBaseChart() Returns IgbRadialBaseChart
Properties
Section titled "Properties"DefaultEventBehavior
Section titled "DefaultEventBehavior"Inherited from: IgbDomainChart
Gets the components default event behavior.
protected override ControlEventBehavior DefaultEventBehavior { get; } PixelScalingRatio
Section titled "PixelScalingRatio"Inherited from: IgbDomainChart
Gets or sets the scaling value used to affect the pixel density of the control.
[Parameter]
public double PixelScalingRatio { get; set; } TitleLeftMargin
Section titled "TitleLeftMargin"Inherited from: IgbDomainChart
Gets or sets the left margin of chart title
[Parameter]
public double TitleLeftMargin { get; set; } TitleRightMargin
Section titled "TitleRightMargin"Inherited from: IgbDomainChart
Gets or sets the right margin of chart title
[Parameter]
public double TitleRightMargin { get; set; } TitleTopMargin
Section titled "TitleTopMargin"Inherited from: IgbDomainChart
Gets or sets the top margin of chart title
[Parameter]
public double TitleTopMargin { get; set; } TitleBottomMargin
Section titled "TitleBottomMargin"Inherited from: IgbDomainChart
Gets or sets the bottom margin of chart title
[Parameter]
public double TitleBottomMargin { get; set; } SubtitleLeftMargin
Section titled "SubtitleLeftMargin"Inherited from: IgbDomainChart
Gets or sets the left margin of chart subtitle
[Parameter]
public double SubtitleLeftMargin { get; set; } SubtitleTopMargin
Section titled "SubtitleTopMargin"Inherited from: IgbDomainChart
Gets or sets the top margin of chart subtitle
[Parameter]
public double SubtitleTopMargin { get; set; } SubtitleRightMargin
Section titled "SubtitleRightMargin"Inherited from: IgbDomainChart
Gets or sets the right margin of chart subtitle
[Parameter]
public double SubtitleRightMargin { get; set; } SubtitleBottomMargin
Section titled "SubtitleBottomMargin"Inherited from: IgbDomainChart
Gets or sets the bottom margin of chart subtitle
[Parameter]
public double SubtitleBottomMargin { get; set; } SubtitleTextColor
Section titled "SubtitleTextColor"Inherited from: IgbDomainChart
Gets or sets color of chart subtitle
[Parameter]
public string SubtitleTextColor { get; set; } TitleTextColor
Section titled "TitleTextColor"Inherited from: IgbDomainChart
Gets or sets color of chart title
[Parameter]
public string TitleTextColor { get; set; } LeftMargin
Section titled "LeftMargin"Inherited from: IgbDomainChart
Gets or sets the left margin of the chart content.
[Parameter]
public virtual double LeftMargin { get; set; } TopMargin
Section titled "TopMargin"Inherited from: IgbDomainChart
Gets or sets the top margin of the chart content.
[Parameter]
public double TopMargin { get; set; } RightMargin
Section titled "RightMargin"Inherited from: IgbDomainChart
Gets or sets the right margin of the chart content.
[Parameter]
public double RightMargin { get; set; } BottomMargin
Section titled "BottomMargin"Inherited from: IgbDomainChart
Gets or sets the bottom margin around the chart content.
[Parameter]
public double BottomMargin { get; set; } TransitionDuration
Section titled "TransitionDuration"Inherited from: IgbDomainChart
Gets or sets the duration used for animating series plots when the data is changing
[Parameter]
public int TransitionDuration { get; set; } TransitionEasingFunction
Section titled "TransitionEasingFunction"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; } TransitionEasingFunctionScript
Section titled "TransitionEasingFunctionScript"Inherited from: IgbDomainChart
Provides a means of setting TransitionEasingFunction in the JavaScript environment.
[Parameter]
public string TransitionEasingFunctionScript { get; set; } HighlightingTransitionDuration
Section titled "HighlightingTransitionDuration"Inherited from: IgbDomainChart
Gets or sets the duration used for animating highlighting changes
[Parameter]
public int HighlightingTransitionDuration { get; set; } SelectionTransitionDuration
Section titled "SelectionTransitionDuration"Inherited from: IgbDomainChart
Gets or sets the duration used for animating Selection changes
[Parameter]
public int SelectionTransitionDuration { get; set; } FocusTransitionDuration
Section titled "FocusTransitionDuration"Inherited from: IgbDomainChart
Gets or sets the duration used for animating Focus changes
[Parameter]
public int FocusTransitionDuration { get; set; } SubtitleTextStyle
Section titled "SubtitleTextStyle"Inherited from: IgbDomainChart
Gets or sets CSS font property for the chart subtitle
[Parameter]
public string SubtitleTextStyle { get; set; } TitleTextStyle
Section titled "TitleTextStyle"Inherited from: IgbDomainChart
Gets or sets CSS font property for the chart title
[Parameter]
public string TitleTextStyle { get; set; } DataToolTipGroupingMode
Section titled "DataToolTipGroupingMode"Inherited from: IgbDomainChart
[Parameter]
public DataToolTipLayerGroupingMode DataToolTipGroupingMode { get; set; } DataToolTipPositionOffsetX
Section titled "DataToolTipPositionOffsetX"Inherited from: IgbDomainChart
Gets or sets the offset of the tooltip layer on the X axis.
[Parameter]
public double DataToolTipPositionOffsetX { get; set; } DataToolTipPositionOffsetY
Section titled "DataToolTipPositionOffsetY"Inherited from: IgbDomainChart
Gets or sets the offset of the tooltip layer on the Y axis.
[Parameter]
public double DataToolTipPositionOffsetY { get; set; } DataToolTipDefaultPositionOffsetX
Section titled "DataToolTipDefaultPositionOffsetX"Inherited from: IgbDomainChart
Gets or sets the offset of the tooltip layer on the X axis.
[Parameter]
public double DataToolTipDefaultPositionOffsetX { get; set; } DataToolTipDefaultPositionOffsetY
Section titled "DataToolTipDefaultPositionOffsetY"Inherited from: IgbDomainChart
Gets or sets the offset of the tooltip layer on the Y axis.
[Parameter]
public double DataToolTipDefaultPositionOffsetY { get; set; } DataToolTipGroupedPositionModeX
Section titled "DataToolTipGroupedPositionModeX"Inherited from: IgbDomainChart
Gets or sets the tooltip position mode on the X axis for grouped series.
[Parameter]
public DataTooltipGroupedPositionX DataToolTipGroupedPositionModeX { get; set; } DataToolTipGroupedPositionModeY
Section titled "DataToolTipGroupedPositionModeY"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; } DataToolTipIncludedSeries
Section titled "DataToolTipIncludedSeries"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; } DataToolTipExcludedSeries
Section titled "DataToolTipExcludedSeries"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; } DataToolTipIncludedColumns
Section titled "DataToolTipIncludedColumns"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; } DataToolTipExcludedColumns
Section titled "DataToolTipExcludedColumns"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; } DataToolTipValueFormatAbbreviation
Section titled "DataToolTipValueFormatAbbreviation"Inherited from: IgbDomainChart
Gets or sets mode for abbreviating large numbers displayed in the legend
[Parameter]
public DataAbbreviationMode DataToolTipValueFormatAbbreviation { get; set; } DataToolTipValueFormatMaxFractions
Section titled "DataToolTipValueFormatMaxFractions"Inherited from: IgbDomainChart
Gets or sets maximum digits for formatting numbers displayed in the legend
[Parameter]
public int DataToolTipValueFormatMaxFractions { get; set; } DataToolTipValueFormatMinFractions
Section titled "DataToolTipValueFormatMinFractions"Inherited from: IgbDomainChart
Gets or sets minimum digits for formatting numbers displayed in the legend
[Parameter]
public int DataToolTipValueFormatMinFractions { get; set; } DataToolTipValueFormatMode
Section titled "DataToolTipValueFormatMode"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; } DataToolTipValueFormatCulture
Section titled "DataToolTipValueFormatCulture"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; } DataToolTipValueFormatUseGrouping
Section titled "DataToolTipValueFormatUseGrouping"Inherited from: IgbDomainChart
Gets or sets whether or not use grouping separator, e.g, 15,000 for 15000
[Parameter]
public bool DataToolTipValueFormatUseGrouping { get; set; } DataToolTipValueFormatString
Section titled "DataToolTipValueFormatString"Inherited from: IgbDomainChart
Gets or sets the format string for values displayed in the data legend.
[Parameter]
public string DataToolTipValueFormatString { get; set; } DataToolTipValueFormatSpecifiers
Section titled "DataToolTipValueFormatSpecifiers"Inherited from: IgbDomainChart
Gets or sets the format specifiers to use with the ValueFormatString string.
public IgbFormatSpecifierCollection DataToolTipValueFormatSpecifiers { get; set; } DataToolTipValueRowMarginBottom
Section titled "DataToolTipValueRowMarginBottom"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipValueRowMarginBottom { get; set; } DataToolTipValueRowMarginLeft
Section titled "DataToolTipValueRowMarginLeft"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipValueRowMarginLeft { get; set; } DataToolTipValueRowMarginRight
Section titled "DataToolTipValueRowMarginRight"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipValueRowMarginRight { get; set; } DataToolTipValueRowMarginTop
Section titled "DataToolTipValueRowMarginTop"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipValueRowMarginTop { get; set; } DataToolTipValueRowVisible
Section titled "DataToolTipValueRowVisible"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; } DataToolTipValueTextMarginBottom
Section titled "DataToolTipValueTextMarginBottom"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipValueTextMarginBottom { get; set; } DataToolTipValueTextMarginLeft
Section titled "DataToolTipValueTextMarginLeft"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipValueTextMarginLeft { get; set; } DataToolTipValueTextMarginRight
Section titled "DataToolTipValueTextMarginRight"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipValueTextMarginRight { get; set; } DataToolTipValueTextMarginTop
Section titled "DataToolTipValueTextMarginTop"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipValueTextMarginTop { get; set; } DataToolTipValueTextColor
Section titled "DataToolTipValueTextColor"Inherited from: IgbDomainChart
Gets or sets the units text color.
[Parameter]
public string DataToolTipValueTextColor { get; set; } DataToolTipValueTextFontFamily
Section titled "DataToolTipValueTextFontFamily"Inherited from: IgbDomainChart
[Parameter]
public string DataToolTipValueTextFontFamily { get; set; } DataToolTipValueTextFontSize
Section titled "DataToolTipValueTextFontSize"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipValueTextFontSize { get; set; } DataToolTipValueTextFontStyle
Section titled "DataToolTipValueTextFontStyle"Inherited from: IgbDomainChart
[Parameter]
public string DataToolTipValueTextFontStyle { get; set; } DataToolTipValueTextFontWeight
Section titled "DataToolTipValueTextFontWeight"Inherited from: IgbDomainChart
[Parameter]
public string DataToolTipValueTextFontWeight { get; set; } DataToolTipHeaderFormatString
Section titled "DataToolTipHeaderFormatString"Inherited from: IgbDomainChart
Gets or sets the format string for header text displayed in the data legend.
[Parameter]
public string DataToolTipHeaderFormatString { get; set; } DataToolTipHeaderFormatSpecifiers
Section titled "DataToolTipHeaderFormatSpecifiers"Inherited from: IgbDomainChart
Gets or sets the format specifiers to use with the HeaderFormatString string.
public IgbFormatSpecifierCollection DataToolTipHeaderFormatSpecifiers { get; set; } DataToolTipHeaderFormatCulture
Section titled "DataToolTipHeaderFormatCulture"Inherited from: IgbDomainChart
Gets or sets globalization culture when displaying header as date time
[Parameter]
public string DataToolTipHeaderFormatCulture { get; set; } DataToolTipHeaderFormatDate
Section titled "DataToolTipHeaderFormatDate"Inherited from: IgbDomainChart
Gets or sets date format for the header
[Parameter]
public DataLegendHeaderDateMode DataToolTipHeaderFormatDate { get; set; } DataToolTipHeaderFormatTime
Section titled "DataToolTipHeaderFormatTime"Inherited from: IgbDomainChart
Gets or sets time format for the header
[Parameter]
public DataLegendHeaderTimeMode DataToolTipHeaderFormatTime { get; set; } DataToolTipHeaderText
Section titled "DataToolTipHeaderText"Inherited from: IgbDomainChart
Gets or sets the HeaderText for the data legend.
[Parameter]
public string DataToolTipHeaderText { get; set; } DataToolTipHeaderTextColor
Section titled "DataToolTipHeaderTextColor"Inherited from: IgbDomainChart
Gets or sets the header text color.
[Parameter]
public string DataToolTipHeaderTextColor { get; set; } DataToolTipHeaderTextMarginBottom
Section titled "DataToolTipHeaderTextMarginBottom"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipHeaderTextMarginBottom { get; set; } DataToolTipHeaderTextMarginLeft
Section titled "DataToolTipHeaderTextMarginLeft"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipHeaderTextMarginLeft { get; set; } DataToolTipHeaderTextMarginRight
Section titled "DataToolTipHeaderTextMarginRight"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipHeaderTextMarginRight { get; set; } DataToolTipHeaderTextMarginTop
Section titled "DataToolTipHeaderTextMarginTop"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipHeaderTextMarginTop { get; set; } DataToolTipHeaderRowMarginBottom
Section titled "DataToolTipHeaderRowMarginBottom"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipHeaderRowMarginBottom { get; set; } DataToolTipHeaderRowMarginLeft
Section titled "DataToolTipHeaderRowMarginLeft"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipHeaderRowMarginLeft { get; set; } DataToolTipHeaderRowMarginRight
Section titled "DataToolTipHeaderRowMarginRight"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipHeaderRowMarginRight { get; set; } DataToolTipHeaderRowMarginTop
Section titled "DataToolTipHeaderRowMarginTop"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipHeaderRowMarginTop { get; set; } DataToolTipHeaderRowVisible
Section titled "DataToolTipHeaderRowVisible"Inherited from: IgbDomainChart
Gets or sets whether to show Header row.
[Parameter]
public bool DataToolTipHeaderRowVisible { get; set; } DataToolTipHeaderTextFontFamily
Section titled "DataToolTipHeaderTextFontFamily"Inherited from: IgbDomainChart
[Parameter]
public string DataToolTipHeaderTextFontFamily { get; set; } DataToolTipHeaderTextFontSize
Section titled "DataToolTipHeaderTextFontSize"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipHeaderTextFontSize { get; set; } DataToolTipHeaderTextFontStyle
Section titled "DataToolTipHeaderTextFontStyle"Inherited from: IgbDomainChart
[Parameter]
public string DataToolTipHeaderTextFontStyle { get; set; } DataToolTipHeaderTextFontWeight
Section titled "DataToolTipHeaderTextFontWeight"Inherited from: IgbDomainChart
[Parameter]
public string DataToolTipHeaderTextFontWeight { get; set; } DataToolTipGroupTextColor
Section titled "DataToolTipGroupTextColor"Inherited from: IgbDomainChart
Gets or sets the Group text color.
[Parameter]
public string DataToolTipGroupTextColor { get; set; } DataToolTipGroupTextMarginBottom
Section titled "DataToolTipGroupTextMarginBottom"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipGroupTextMarginBottom { get; set; } DataToolTipGroupTextMarginLeft
Section titled "DataToolTipGroupTextMarginLeft"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipGroupTextMarginLeft { get; set; } DataToolTipGroupTextMarginRight
Section titled "DataToolTipGroupTextMarginRight"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipGroupTextMarginRight { get; set; } DataToolTipGroupTextMarginTop
Section titled "DataToolTipGroupTextMarginTop"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipGroupTextMarginTop { get; set; } DataToolTipGroupRowMarginBottom
Section titled "DataToolTipGroupRowMarginBottom"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipGroupRowMarginBottom { get; set; } DataToolTipGroupRowMarginLeft
Section titled "DataToolTipGroupRowMarginLeft"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipGroupRowMarginLeft { get; set; } DataToolTipGroupRowMarginRight
Section titled "DataToolTipGroupRowMarginRight"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipGroupRowMarginRight { get; set; } DataToolTipGroupRowMarginTop
Section titled "DataToolTipGroupRowMarginTop"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipGroupRowMarginTop { get; set; } DataToolTipGroupRowVisible
Section titled "DataToolTipGroupRowVisible"Inherited from: IgbDomainChart
Gets or sets whether to show Group row.
[Parameter]
public bool DataToolTipGroupRowVisible { get; set; } DataToolTipGroupTextFontFamily
Section titled "DataToolTipGroupTextFontFamily"Inherited from: IgbDomainChart
[Parameter]
public string DataToolTipGroupTextFontFamily { get; set; } DataToolTipGroupTextFontSize
Section titled "DataToolTipGroupTextFontSize"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipGroupTextFontSize { get; set; } DataToolTipGroupTextFontStyle
Section titled "DataToolTipGroupTextFontStyle"Inherited from: IgbDomainChart
[Parameter]
public string DataToolTipGroupTextFontStyle { get; set; } DataToolTipGroupTextFontWeight
Section titled "DataToolTipGroupTextFontWeight"Inherited from: IgbDomainChart
[Parameter]
public string DataToolTipGroupTextFontWeight { get; set; } DataToolTipSummaryTitleTextColor
Section titled "DataToolTipSummaryTitleTextColor"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; } DataToolTipSummaryType
Section titled "DataToolTipSummaryType"Inherited from: IgbDomainChart
Gets or sets the SummaryType for the data legend.
[Parameter]
public DataLegendSummaryType DataToolTipSummaryType { get; set; } DataToolTipSummaryTitleText
Section titled "DataToolTipSummaryTitleText"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; } DataToolTipSummaryRowMarginBottom
Section titled "DataToolTipSummaryRowMarginBottom"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipSummaryRowMarginBottom { get; set; } DataToolTipSummaryRowMarginLeft
Section titled "DataToolTipSummaryRowMarginLeft"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipSummaryRowMarginLeft { get; set; } DataToolTipSummaryRowMarginRight
Section titled "DataToolTipSummaryRowMarginRight"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipSummaryRowMarginRight { get; set; } DataToolTipSummaryRowMarginTop
Section titled "DataToolTipSummaryRowMarginTop"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipSummaryRowMarginTop { get; set; } DataToolTipSummaryValueTextColor
Section titled "DataToolTipSummaryValueTextColor"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; } DataToolTipSummaryLabelText
Section titled "DataToolTipSummaryLabelText"Inherited from: IgbDomainChart
Gets or sets the units text for the data legend.
[Parameter]
public string DataToolTipSummaryLabelText { get; set; } DataToolTipSummaryLabelTextColor
Section titled "DataToolTipSummaryLabelTextColor"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; } DataToolTipSummaryUnitsText
Section titled "DataToolTipSummaryUnitsText"Inherited from: IgbDomainChart
Gets or sets the units text for the data legend.
[Parameter]
public string DataToolTipSummaryUnitsText { get; set; } DataToolTipSummaryUnitsTextColor
Section titled "DataToolTipSummaryUnitsTextColor"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; } DataToolTipBadgeMarginBottom
Section titled "DataToolTipBadgeMarginBottom"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipBadgeMarginBottom { get; set; } DataToolTipBadgeMarginLeft
Section titled "DataToolTipBadgeMarginLeft"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipBadgeMarginLeft { get; set; } DataToolTipBadgeMarginRight
Section titled "DataToolTipBadgeMarginRight"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipBadgeMarginRight { get; set; } DataToolTipBadgeMarginTop
Section titled "DataToolTipBadgeMarginTop"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipBadgeMarginTop { get; set; } DataToolTipBadgeShape
Section titled "DataToolTipBadgeShape"Inherited from: IgbDomainChart
Gets or sets the BadgeShape for the data legend.
[Parameter]
public LegendItemBadgeShape DataToolTipBadgeShape { get; set; } DataToolTipUnitsDisplayMode
Section titled "DataToolTipUnitsDisplayMode"Inherited from: IgbDomainChart
Gets or sets the UnitsMode for the data legend.
[Parameter]
public DataLegendUnitsMode DataToolTipUnitsDisplayMode { get; set; } DataToolTipUnitsText
Section titled "DataToolTipUnitsText"Inherited from: IgbDomainChart
Gets or sets the units text for the data legend.
[Parameter]
public string DataToolTipUnitsText { get; set; } DataToolTipUnitsTextColor
Section titled "DataToolTipUnitsTextColor"Inherited from: IgbDomainChart
Gets or sets the units text color.
[Parameter]
public string DataToolTipUnitsTextColor { get; set; } DataToolTipUnitsTextMarginBottom
Section titled "DataToolTipUnitsTextMarginBottom"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipUnitsTextMarginBottom { get; set; } DataToolTipUnitsTextMarginLeft
Section titled "DataToolTipUnitsTextMarginLeft"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipUnitsTextMarginLeft { get; set; } DataToolTipUnitsTextMarginRight
Section titled "DataToolTipUnitsTextMarginRight"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipUnitsTextMarginRight { get; set; } DataToolTipUnitsTextMarginTop
Section titled "DataToolTipUnitsTextMarginTop"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipUnitsTextMarginTop { get; set; } DataToolTipUnitsTextFontFamily
Section titled "DataToolTipUnitsTextFontFamily"Inherited from: IgbDomainChart
[Parameter]
public string DataToolTipUnitsTextFontFamily { get; set; } DataToolTipUnitsTextFontSize
Section titled "DataToolTipUnitsTextFontSize"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipUnitsTextFontSize { get; set; } DataToolTipUnitsTextFontStyle
Section titled "DataToolTipUnitsTextFontStyle"Inherited from: IgbDomainChart
[Parameter]
public string DataToolTipUnitsTextFontStyle { get; set; } DataToolTipUnitsTextFontWeight
Section titled "DataToolTipUnitsTextFontWeight"Inherited from: IgbDomainChart
[Parameter]
public string DataToolTipUnitsTextFontWeight { get; set; } DataToolTipTitleTextMarginBottom
Section titled "DataToolTipTitleTextMarginBottom"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipTitleTextMarginBottom { get; set; } DataToolTipTitleTextMarginLeft
Section titled "DataToolTipTitleTextMarginLeft"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipTitleTextMarginLeft { get; set; } DataToolTipTitleTextMarginRight
Section titled "DataToolTipTitleTextMarginRight"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipTitleTextMarginRight { get; set; } DataToolTipTitleTextMarginTop
Section titled "DataToolTipTitleTextMarginTop"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipTitleTextMarginTop { get; set; } DataToolTipTitleTextColor
Section titled "DataToolTipTitleTextColor"Inherited from: IgbDomainChart
Gets or sets the display text color.
[Parameter]
public string DataToolTipTitleTextColor { get; set; } DataToolTipTitleTextFontFamily
Section titled "DataToolTipTitleTextFontFamily"Inherited from: IgbDomainChart
[Parameter]
public string DataToolTipTitleTextFontFamily { get; set; } DataToolTipTitleTextFontSize
Section titled "DataToolTipTitleTextFontSize"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipTitleTextFontSize { get; set; } DataToolTipTitleTextFontStyle
Section titled "DataToolTipTitleTextFontStyle"Inherited from: IgbDomainChart
[Parameter]
public string DataToolTipTitleTextFontStyle { get; set; } DataToolTipTitleTextFontWeight
Section titled "DataToolTipTitleTextFontWeight"Inherited from: IgbDomainChart
[Parameter]
public string DataToolTipTitleTextFontWeight { get; set; } DataToolTipLabelDisplayMode
Section titled "DataToolTipLabelDisplayMode"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; } DataToolTipLabelTextColor
Section titled "DataToolTipLabelTextColor"Inherited from: IgbDomainChart
Gets or sets the units text color.
[Parameter]
public string DataToolTipLabelTextColor { get; set; } DataToolTipLabelTextMarginBottom
Section titled "DataToolTipLabelTextMarginBottom"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipLabelTextMarginBottom { get; set; } DataToolTipLabelTextMarginLeft
Section titled "DataToolTipLabelTextMarginLeft"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipLabelTextMarginLeft { get; set; } DataToolTipLabelTextMarginRight
Section titled "DataToolTipLabelTextMarginRight"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipLabelTextMarginRight { get; set; } DataToolTipLabelTextMarginTop
Section titled "DataToolTipLabelTextMarginTop"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipLabelTextMarginTop { get; set; } DataToolTipLabelTextFontFamily
Section titled "DataToolTipLabelTextFontFamily"Inherited from: IgbDomainChart
[Parameter]
public string DataToolTipLabelTextFontFamily { get; set; } DataToolTipLabelTextFontSize
Section titled "DataToolTipLabelTextFontSize"Inherited from: IgbDomainChart
[Parameter]
public double DataToolTipLabelTextFontSize { get; set; } DataToolTipLabelTextFontStyle
Section titled "DataToolTipLabelTextFontStyle"Inherited from: IgbDomainChart
[Parameter]
public string DataToolTipLabelTextFontStyle { get; set; } DataToolTipLabelTextFontWeight
Section titled "DataToolTipLabelTextFontWeight"Inherited from: IgbDomainChart
[Parameter]
public string DataToolTipLabelTextFontWeight { get; set; } SortDescriptions
Section titled "SortDescriptions"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; } GroupSortDescriptions
Section titled "GroupSortDescriptions"Inherited from: IgbDomainChart
public IgbChartSortDescriptionCollection GroupSortDescriptions { get; protected set; } GroupDescriptions
Section titled "GroupDescriptions"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; } FilterExpressions
Section titled "FilterExpressions"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; } HighlightFilterExpressions
Section titled "HighlightFilterExpressions"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; } SummaryDescriptions
Section titled "SummaryDescriptions"Inherited from: IgbDomainChart
Gets the current summaries that are applied to the grid.
public IgbChartSummaryDescriptionCollection SummaryDescriptions { get; protected set; } SelectionMode
Section titled "SelectionMode"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; } FocusMode
Section titled "FocusMode"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; } SelectionBrush
Section titled "SelectionBrush"Inherited from: IgbDomainChart
Gets or sets the selection brush to use for the series.
[Parameter]
public string SelectionBrush { get; set; } FocusBrush
Section titled "FocusBrush"Inherited from: IgbDomainChart
Gets or sets the focus brush to use for the series.
[Parameter]
public string FocusBrush { get; set; } SelectionBehavior
Section titled "SelectionBehavior"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; } SelectedSeriesItems
Section titled "SelectedSeriesItems"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; } FocusedSeriesItems
Section titled "FocusedSeriesItems"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; } InitialSortDescriptions
Section titled "InitialSortDescriptions"Inherited from: IgbDomainChart
Gets the initial sorts that are applied to the chart.
public IgbChartSortDescriptionCollection InitialSortDescriptions { get; protected set; } InitialGroupSortDescriptions
Section titled "InitialGroupSortDescriptions"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; } InitialGroupDescriptions
Section titled "InitialGroupDescriptions"Inherited from: IgbDomainChart
Gets the initial groupings that are applied to the chart.
public IgbChartSortDescriptionCollection InitialGroupDescriptions { get; protected set; } InitialFilterExpressions
Section titled "InitialFilterExpressions"Inherited from: IgbDomainChart
Gets the initial filters that are applied to the chart.
public IgbFilterExpressionCollection InitialFilterExpressions { get; protected set; } InitialHighlightFilterExpressions
Section titled "InitialHighlightFilterExpressions"Inherited from: IgbDomainChart
Gets the initial highlight filters that are applied to the chart.
public IgbFilterExpressionCollection InitialHighlightFilterExpressions { get; protected set; } InitialSummaryDescriptions
Section titled "InitialSummaryDescriptions"Inherited from: IgbDomainChart
Gets the initial summaries that are applied to the chart.
public IgbChartSummaryDescriptionCollection InitialSummaryDescriptions { get; protected set; } InitialSorts
Section titled "InitialSorts"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; } GroupSorts
Section titled "GroupSorts"Inherited from: IgbDomainChart
Gets or sets the sorts to apply after grouping has been applied.
[Parameter]
public string GroupSorts { get; set; } InitialGroups
Section titled "InitialGroups"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; } InitialFilter
Section titled "InitialFilter"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; } InitialHighlightFilter
Section titled "InitialHighlightFilter"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; } InitialSummaries
Section titled "InitialSummaries"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; } DataSource
Section titled "DataSource"Inherited from: IgbDomainChart
Gets or sets a collection of data items used to generate the chart.
[Parameter]
public object DataSource { get; set; } DataSourceScript
Section titled "DataSourceScript"Inherited from: IgbDomainChart
Provides a means of setting DataSource in the JavaScript environment.
[Parameter]
public string DataSourceScript { get; set; } HighlightedDataSource
Section titled "HighlightedDataSource"Inherited from: IgbDomainChart
Gets or sets a collection of data items used to generate the chart.
[Parameter]
public object HighlightedDataSource { get; set; } HighlightedDataSourceScript
Section titled "HighlightedDataSourceScript"Inherited from: IgbDomainChart
Provides a means of setting HighlightedDataSource in the JavaScript environment.
[Parameter]
public string HighlightedDataSourceScript { get; set; } IncludedProperties
Section titled "IncludedProperties"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; } ExcludedProperties
Section titled "ExcludedProperties"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; } Brushes
Section titled "Brushes"Inherited from: IgbDomainChart
Gets or sets the palette of brushes to use for coloring the chart series.
[Parameter]
public string Brushes { get; set; } Outlines
Section titled "Outlines"Inherited from: IgbDomainChart
Gets or sets the palette of brushes to use for outlines on the chart series.
[Parameter]
public string Outlines { get; set; } ActualBrushes
Section titled "ActualBrushes"Inherited from: IgbDomainChart
Gets the actual palette of brushes to use for coloring the chart series.
[Parameter]
public string ActualBrushes { get; set; } ActualOutlines
Section titled "ActualOutlines"Inherited from: IgbDomainChart
Gets the actual palette of brushes to use for outlines on the chart series.
[Parameter]
public string ActualOutlines { get; set; } Legend
Section titled "Legend"Inherited from: IgbDomainChart
Gets or sets the legend to connect this chart to.
[Parameter]
public IgbLegendBase Legend { get; set; } LegendScript
Section titled "LegendScript"Inherited from: IgbDomainChart
Provides a means of setting Legend in the JavaScript environment.
[Parameter]
public string LegendScript { get; set; } IsHorizontalZoomEnabled
Section titled "IsHorizontalZoomEnabled"Inherited from: IgbDomainChart
Gets or sets whether the chart can be horizontally zoomed through user interactions.
[Parameter]
public virtual bool IsHorizontalZoomEnabled { get; set; } IsVerticalZoomEnabled
Section titled "IsVerticalZoomEnabled"Inherited from: IgbDomainChart
Gets or sets whether the chart can be vertically zoomed through user interactions.
[Parameter]
public virtual bool IsVerticalZoomEnabled { get; set; } ShouldDisplayMockData
Section titled "ShouldDisplayMockData"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; } ShouldUseSkeletonStyleForMockData
Section titled "ShouldUseSkeletonStyleForMockData"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; } HighlightedValuesDisplayMode
Section titled "HighlightedValuesDisplayMode"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; } IsSeriesHighlightingEnabled
Section titled "IsSeriesHighlightingEnabled"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; } HighlightedLegendItemVisibility
Section titled "HighlightedLegendItemVisibility"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; } LegendItemVisibility
Section titled "LegendItemVisibility"Inherited from: IgbDomainChart
Gets or sets whether to show the legend items for the series.
[Parameter]
public virtual Visibility LegendItemVisibility { get; set; } WindowRect
Section titled "WindowRect"Inherited from: IgbDomainChart
Gets or sets the rectangle representing the current scroll and zoom state of the chart.
[Parameter]
public Rect WindowRect { get; set; } ChartTitle
Section titled "ChartTitle"Inherited from: IgbDomainChart
Gets or sets text to display above the plot area.
[Parameter]
public string ChartTitle { get; set; } Subtitle
Section titled "Subtitle"Inherited from: IgbDomainChart
Gets or sets text to display below the Title, above the plot area.
[Parameter]
public string Subtitle { get; set; } TitleAlignment
Section titled "TitleAlignment"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; } SubtitleAlignment
Section titled "SubtitleAlignment"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; } UnknownValuePlotting
Section titled "UnknownValuePlotting"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; } Resolution
Section titled "Resolution"Inherited from: IgbDomainChart
Gets or sets the rendering resolution for all series in this chart.
[Parameter]
public virtual double Resolution { get; set; } Thickness
Section titled "Thickness"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; } OutlineMode
Section titled "OutlineMode"Inherited from: IgbDomainChart
Gets or sets the OutlineMode for all series in this chart.
[Parameter]
public SeriesOutlineMode OutlineMode { get; set; } MarkerOutlineMode
Section titled "MarkerOutlineMode"Inherited from: IgbDomainChart
Gets or sets the MarkerOutlineMode for all series that support markers in this chart.
[Parameter]
public MarkerOutlineMode MarkerOutlineMode { get; set; } MarkerFillMode
Section titled "MarkerFillMode"Inherited from: IgbDomainChart
Gets or sets the MarkerFillMode for all series that support markers in this chart.
[Parameter]
public MarkerFillMode MarkerFillMode { get; set; } MarkerFillOpacity
Section titled "MarkerFillOpacity"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; } MarkerThickness
Section titled "MarkerThickness"Inherited from: IgbDomainChart
Gets or sets the Marker Thickness for all series that support markers in this chart.
[Parameter]
public double MarkerThickness { get; set; } MarkerTypes
Section titled "MarkerTypes"Inherited from: IgbDomainChart
Gets or sets the marker shapes used for indicating location of data points in this chart.
public IgbMarkerTypeCollection MarkerTypes { get; set; } MarkerAutomaticBehavior
Section titled "MarkerAutomaticBehavior"Inherited from: IgbDomainChart
Gets or sets the default marker type for all series plotted in this chart.
[Parameter]
public MarkerAutomaticBehavior MarkerAutomaticBehavior { get; set; } MarkerBrushes
Section titled "MarkerBrushes"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; } MarkerOutlines
Section titled "MarkerOutlines"Inherited from: IgbDomainChart
Gets or sets the palette of brushes used for rendering outlines of data point markers.
[Parameter]
public string MarkerOutlines { get; set; } MarkerMaxCount
Section titled "MarkerMaxCount"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; } AreaFillOpacity
Section titled "AreaFillOpacity"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; } AnimateSeriesWhenAxisRangeChanges
Section titled "AnimateSeriesWhenAxisRangeChanges"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; } TrendLineBrushes
Section titled "TrendLineBrushes"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; } TrendLineType
Section titled "TrendLineType"Inherited from: IgbDomainChart
Gets or sets the formula used for calculating trend lines in this chart.
[Parameter]
public TrendLineType TrendLineType { get; set; } TrendLineThickness
Section titled "TrendLineThickness"Inherited from: IgbDomainChart
Gets or sets the thickness of the trend lines in this chart.
[Parameter]
public double TrendLineThickness { get; set; } TrendLineTypes
Section titled "TrendLineTypes"Inherited from: IgbDomainChart
Gets or sets what trendlines to use in the chart.
public IgbTrendLineTypeCollection TrendLineTypes { get; set; } TrendLineLayerUseLegend
Section titled "TrendLineLayerUseLegend"Inherited from: IgbDomainChart
Gets or sets if the chart should use the legend for trendline layers.
[Parameter]
public virtual bool TrendLineLayerUseLegend { get; set; } AlignsGridLinesToPixels
Section titled "AlignsGridLinesToPixels"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; } PlotAreaMarginLeft
Section titled "PlotAreaMarginLeft"Inherited from: IgbDomainChart
Margin applied to the Left of the plot area.
[Parameter]
public double PlotAreaMarginLeft { get; set; } PlotAreaMarginTop
Section titled "PlotAreaMarginTop"Inherited from: IgbDomainChart
Margin applied to the Top of the plot area.
[Parameter]
public double PlotAreaMarginTop { get; set; } PlotAreaMarginRight
Section titled "PlotAreaMarginRight"Inherited from: IgbDomainChart
Margin applied to the right of the plot area.
[Parameter]
public double PlotAreaMarginRight { get; set; } PlotAreaMarginBottom
Section titled "PlotAreaMarginBottom"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; } FocusDismissDelayMilliseconds
Section titled "FocusDismissDelayMilliseconds"Inherited from: IgbDomainChart
Gets or sets the time to wait before visually dismissing a focus highlight.
[Parameter]
public int FocusDismissDelayMilliseconds { get; set; } SelectionDismissDelayMilliseconds
Section titled "SelectionDismissDelayMilliseconds"Inherited from: IgbDomainChart
Gets or sets the time to wait before visually dismissing a selection highlight
[Parameter]
public int SelectionDismissDelayMilliseconds { get; set; } ComputedPlotAreaMarginMode
Section titled "ComputedPlotAreaMarginMode"Inherited from: IgbDomainChart
Gets or sets mode to use for automatically calculating the plot area margin.
[Parameter]
public ComputedPlotAreaMarginMode ComputedPlotAreaMarginMode { get; set; } SeriesPlotAreaMarginHorizontalMode
Section titled "SeriesPlotAreaMarginHorizontalMode"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; } SeriesPlotAreaMarginVerticalMode
Section titled "SeriesPlotAreaMarginVerticalMode"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; } HighlightingMode
Section titled "HighlightingMode"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; } HighlightingBehavior
Section titled "HighlightingBehavior"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; } HighlightingFadeOpacity
Section titled "HighlightingFadeOpacity"Inherited from: IgbDomainChart
Gets or sets the target opacity to fade to for fade style highlighting.
[Parameter]
public double HighlightingFadeOpacity { get; set; } LegendHighlightingMode
Section titled "LegendHighlightingMode"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; } LegendItemBadgeShape
Section titled "LegendItemBadgeShape"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; } LegendItemBadgeMode
Section titled "LegendItemBadgeMode"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; } TrendLinePeriod
Section titled "TrendLinePeriod"Inherited from: IgbDomainChart
[Parameter]
public int TrendLinePeriod { get; set; } ToolTipType
Section titled "ToolTipType"Inherited from: IgbDomainChart
Gets or sets the style of tooltip to be displayed.
[Parameter]
public ToolTipType ToolTipType { get; set; } CrosshairsDisplayMode
Section titled "CrosshairsDisplayMode"Inherited from: IgbDomainChart
Gets or sets the crosshairs to be displayed.
[Parameter]
public CrosshairsDisplayMode CrosshairsDisplayMode { get; set; } CrosshairsSnapToData
Section titled "CrosshairsSnapToData"Inherited from: IgbDomainChart
Gets or sets whether crosshairs will snap to the nearest data point.
[Parameter]
public bool CrosshairsSnapToData { get; set; } CrosshairsLineVerticalStroke
Section titled "CrosshairsLineVerticalStroke"Inherited from: IgbDomainChart
Gets or sets the color to apply to vertical crosshairs line.
[Parameter]
public string CrosshairsLineVerticalStroke { get; set; } CrosshairsLineThickness
Section titled "CrosshairsLineThickness"Inherited from: IgbDomainChart
Gets or sets thickness of crosshairs lines.
[Parameter]
public double CrosshairsLineThickness { get; set; } CrosshairsLineHorizontalStroke
Section titled "CrosshairsLineHorizontalStroke"Inherited from: IgbDomainChart
Gets or sets the color to apply to horizontal crosshairs line.
[Parameter]
public string CrosshairsLineHorizontalStroke { get; set; } CrosshairsAnnotationEnabled
Section titled "CrosshairsAnnotationEnabled"Inherited from: IgbDomainChart
Gets or sets whether annotations are shown along the axis for crosshair values
[Parameter]
public bool CrosshairsAnnotationEnabled { get; set; } CrosshairsSkipZeroValueFragments
Section titled "CrosshairsSkipZeroValueFragments"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; } CrosshairsSkipInvalidData
Section titled "CrosshairsSkipInvalidData"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; } CrosshairsAnnotationXAxisTextColor
Section titled "CrosshairsAnnotationXAxisTextColor"Inherited from: IgbDomainChart
Gets or sets the text color of crosshair annotation on x-axis.
[Parameter]
public string CrosshairsAnnotationXAxisTextColor { get; set; } CrosshairsAnnotationYAxisTextColor
Section titled "CrosshairsAnnotationYAxisTextColor"Inherited from: IgbDomainChart
Gets or sets the text color of crosshair annotation on y-axis.
[Parameter]
public string CrosshairsAnnotationYAxisTextColor { get; set; } CrosshairsAnnotationXAxisPrecision
Section titled "CrosshairsAnnotationXAxisPrecision"Inherited from: IgbDomainChart
Gets or sets precision on interpolated values of crosshairs on x-axis.
[Parameter]
public int CrosshairsAnnotationXAxisPrecision { get; set; } CrosshairsAnnotationYAxisPrecision
Section titled "CrosshairsAnnotationYAxisPrecision"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; } ShouldPanOnMaximumZoom
Section titled "ShouldPanOnMaximumZoom"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; } FinalValueAnnotationsVisible
Section titled "FinalValueAnnotationsVisible"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; } FinalValueAnnotationsBackground
Section titled "FinalValueAnnotationsBackground"Inherited from: IgbDomainChart
Gets or sets the background of final value annotation.
[Parameter]
public string FinalValueAnnotationsBackground { get; set; } FinalValueAnnotationsTextColor
Section titled "FinalValueAnnotationsTextColor"Inherited from: IgbDomainChart
Gets or sets the text color of final value annotation.
[Parameter]
public string FinalValueAnnotationsTextColor { get; set; } FinalValueAnnotationsPrecision
Section titled "FinalValueAnnotationsPrecision"Inherited from: IgbDomainChart
Gets or sets precision on final value annotation.
[Parameter]
public int FinalValueAnnotationsPrecision { get; set; } AutoCalloutsVisible
Section titled "AutoCalloutsVisible"Inherited from: IgbDomainChart
Gets or sets if the auto value callouts should be displayed.
[Parameter]
public bool AutoCalloutsVisible { get; set; } CalloutsVisible
Section titled "CalloutsVisible"Inherited from: IgbDomainChart
Gets or sets if callouts should be displayed.
[Parameter]
public bool CalloutsVisible { get; set; } CalloutStyleUpdatingEventEnabled
Section titled "CalloutStyleUpdatingEventEnabled"Inherited from: IgbDomainChart
Gets or sets if event annotations should be displayed.
[Parameter]
public bool CalloutStyleUpdatingEventEnabled { get; set; } UseValueForAutoCalloutLabels
Section titled "UseValueForAutoCalloutLabels"Inherited from: IgbDomainChart
Gets or sets if event annotations should be displayed.
[Parameter]
public bool UseValueForAutoCalloutLabels { get; set; } CalloutCollisionMode
Section titled "CalloutCollisionMode"Inherited from: IgbDomainChart
Gets or sets if event annotations should be displayed.
[Parameter]
public CalloutCollisionMode CalloutCollisionMode { get; set; } CalloutsUseItemColorForFill
Section titled "CalloutsUseItemColorForFill"Inherited from: IgbDomainChart
Gets or sets if the series item color should be used for the callout fills.
[Parameter]
public bool CalloutsUseItemColorForFill { get; set; } CalloutsUseItemColorForOutline
Section titled "CalloutsUseItemColorForOutline"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; } CalloutsStrokeThickness
Section titled "CalloutsStrokeThickness"Inherited from: IgbDomainChart
Gets or sets if the thickness that should be used for the callout outlines.
[Parameter]
public double CalloutsStrokeThickness { get; set; } CalloutsBackground
Section titled "CalloutsBackground"Inherited from: IgbDomainChart
Gets or sets color of the callout background.
[Parameter]
public string CalloutsBackground { get; set; } CalloutsOutline
Section titled "CalloutsOutline"Inherited from: IgbDomainChart
Gets or sets color of the callout outlines.
[Parameter]
public string CalloutsOutline { get; set; } CalloutsTextColor
Section titled "CalloutsTextColor"Inherited from: IgbDomainChart
Gets or sets text color of callout.
[Parameter]
public string CalloutsTextColor { get; set; } CalloutsLightTextColor
Section titled "CalloutsLightTextColor"Inherited from: IgbDomainChart
Gets or sets the text color on dark callout background.
[Parameter]
public string CalloutsLightTextColor { get; set; } CalloutsDarkTextColor
Section titled "CalloutsDarkTextColor"Inherited from: IgbDomainChart
Gets or sets the text color on light callout background.
[Parameter]
public string CalloutsDarkTextColor { get; set; } CalloutsLeaderBrush
Section titled "CalloutsLeaderBrush"Inherited from: IgbDomainChart
Gets or sets color of callout's leader lines.
[Parameter]
public string CalloutsLeaderBrush { get; set; } CalloutsAutoLabelPrecision
Section titled "CalloutsAutoLabelPrecision"Inherited from: IgbDomainChart
Gets or sets the amount of precision to apply to the auto callout labels.
[Parameter]
public int CalloutsAutoLabelPrecision { get; set; } CalloutsDataSource
Section titled "CalloutsDataSource"Inherited from: IgbDomainChart
Gets or sets the collection of callout data to be annotated.
[Parameter]
public object CalloutsDataSource { get; set; } CalloutsDataSourceScript
Section titled "CalloutsDataSourceScript"Inherited from: IgbDomainChart
Provides a means of setting CalloutsDataSource in the JavaScript environment.
[Parameter]
public string CalloutsDataSourceScript { get; set; } CalloutsAllowedPositions
Section titled "CalloutsAllowedPositions"Inherited from: IgbDomainChart
Gets or sets the allowed positions that the callout layer is allowed to use.
public IgbCalloutPlacementPositionsCollection CalloutsAllowedPositions { get; set; } CalloutsXMemberPath
Section titled "CalloutsXMemberPath"Inherited from: IgbDomainChart
Gets or sets the member path of the X data for the callouts.
[Parameter]
public string CalloutsXMemberPath { get; set; } CalloutsYMemberPath
Section titled "CalloutsYMemberPath"Inherited from: IgbDomainChart
Gets or sets the member path of the Y data for the callouts.
[Parameter]
public string CalloutsYMemberPath { get; set; } CalloutsLabelMemberPath
Section titled "CalloutsLabelMemberPath"Inherited from: IgbDomainChart
Gets or sets the member path of the label data for the callouts.
[Parameter]
public string CalloutsLabelMemberPath { get; set; } CalloutsContentMemberPath
Section titled "CalloutsContentMemberPath"Inherited from: IgbDomainChart
Gets or sets the member path of the content data for the callouts.
[Parameter]
public string CalloutsContentMemberPath { get; set; } CalloutsFontFamily
Section titled "CalloutsFontFamily"Inherited from: IgbDomainChart
[Parameter]
public string CalloutsFontFamily { get; set; } CalloutsFontSize
Section titled "CalloutsFontSize"Inherited from: IgbDomainChart
[Parameter]
public double CalloutsFontSize { get; set; } CalloutsFontStyle
Section titled "CalloutsFontStyle"Inherited from: IgbDomainChart
[Parameter]
public string CalloutsFontStyle { get; set; } CalloutsFontWeight
Section titled "CalloutsFontWeight"Inherited from: IgbDomainChart
[Parameter]
public string CalloutsFontWeight { get; set; } ValueLines
Section titled "ValueLines"Inherited from: IgbDomainChart
Gets or sets what value lines to use in the chart.
public IgbValueModeCollection ValueLines { get; set; } ValueLinesBrushes
Section titled "ValueLinesBrushes"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; } ValueLinesThickness
Section titled "ValueLinesThickness"Inherited from: IgbDomainChart
Gets or sets thickness of value lines.
[Parameter]
public double ValueLinesThickness { get; set; } SeriesValueLayerUseLegend
Section titled "SeriesValueLayerUseLegend"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; } HorizontalViewScrollbarMode
Section titled "HorizontalViewScrollbarMode"Inherited from: IgbDomainChart
Gets or sets the horizontal scrollbar mode to use for the series viewer.
[Parameter]
public SeriesViewerScrollbarMode HorizontalViewScrollbarMode { get; set; } VerticalViewScrollbarMode
Section titled "VerticalViewScrollbarMode"Inherited from: IgbDomainChart
Gets or sets the vertical scrollbar mode to use for the series viewer.
[Parameter]
public SeriesViewerScrollbarMode VerticalViewScrollbarMode { get; set; } HorizontalViewScrollbarPosition
Section titled "HorizontalViewScrollbarPosition"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; } VerticalViewScrollbarPosition
Section titled "VerticalViewScrollbarPosition"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; } HorizontalViewScrollbarFill
Section titled "HorizontalViewScrollbarFill"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; } HorizontalViewScrollbarOutline
Section titled "HorizontalViewScrollbarOutline"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; } HorizontalViewScrollbarMaxOpacity
Section titled "HorizontalViewScrollbarMaxOpacity"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; } HorizontalViewScrollbarHeight
Section titled "HorizontalViewScrollbarHeight"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; } HorizontalViewScrollbarInset
Section titled "HorizontalViewScrollbarInset"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; } VerticalViewScrollbarFill
Section titled "VerticalViewScrollbarFill"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; } VerticalViewScrollbarOutline
Section titled "VerticalViewScrollbarOutline"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; } VerticalViewScrollbarMaxOpacity
Section titled "VerticalViewScrollbarMaxOpacity"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; } VerticalViewScrollbarCornerRadius
Section titled "VerticalViewScrollbarCornerRadius"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; } VerticalViewScrollbarWidth
Section titled "VerticalViewScrollbarWidth"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; } VerticalViewScrollbarInset
Section titled "VerticalViewScrollbarInset"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; } VerticalViewScrollbarTrackEndInset
Section titled "VerticalViewScrollbarTrackEndInset"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; } WindowRectMinWidth
Section titled "WindowRectMinWidth"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; } WindowRectMinHeight
Section titled "WindowRectMinHeight"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; } WindowSizeMinWidth
Section titled "WindowSizeMinWidth"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; } WindowSizeMinHeight
Section titled "WindowSizeMinHeight"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; } IsUserAnnotationsEnabled
Section titled "IsUserAnnotationsEnabled"Inherited from: IgbDomainChart
Gets or sets whether initiating user annotations from the toolbar is enabled.
[Parameter]
public bool IsUserAnnotationsEnabled { get; set; } SeriesPointerMoveScript
Section titled "SeriesPointerMoveScript"Inherited from: IgbDomainChart
[Parameter]
public string SeriesPointerMoveScript { get; set; } SeriesPointerMove
Section titled "SeriesPointerMove"Inherited from: IgbDomainChart
[Parameter]
public Action<IgbDomainChartSeriesPointerEventArgs> SeriesPointerMove { get; set; } PlotAreaPointerMoveScript
Section titled "PlotAreaPointerMoveScript"Inherited from: IgbDomainChart
[Parameter]
public string PlotAreaPointerMoveScript { get; set; } PlotAreaPointerMove
Section titled "PlotAreaPointerMove"Inherited from: IgbDomainChart
[Parameter]
public Action<IgbDomainChartPlotAreaPointerEventArgs> PlotAreaPointerMove { get; set; } CalloutStyleUpdatingScript
Section titled "CalloutStyleUpdatingScript"Inherited from: IgbDomainChart
[Parameter]
public string CalloutStyleUpdatingScript { get; set; } CalloutStyleUpdating
Section titled "CalloutStyleUpdating"Inherited from: IgbDomainChart
[Parameter]
public Action<IgbCalloutStyleUpdatingEventArgs> CalloutStyleUpdating { get; set; } CalloutRenderStyleUpdatingScript
Section titled "CalloutRenderStyleUpdatingScript"Inherited from: IgbDomainChart
[Parameter]
public string CalloutRenderStyleUpdatingScript { get; set; } CalloutRenderStyleUpdating
Section titled "CalloutRenderStyleUpdating"Inherited from: IgbDomainChart
[Parameter]
public Action<IgbCalloutRenderStyleUpdatingEventArgs> CalloutRenderStyleUpdating { get; set; } CalloutLabelUpdatingScript
Section titled "CalloutLabelUpdatingScript"Inherited from: IgbDomainChart
[Parameter]
public string CalloutLabelUpdatingScript { get; set; } CalloutLabelUpdating
Section titled "CalloutLabelUpdating"Inherited from: IgbDomainChart
[Parameter]
public Action<IgbCalloutLabelUpdatingEventArgs> CalloutLabelUpdating { get; set; } IgBlazor
Section titled "IgBlazor"Inherited from: BaseRendererControl
[Inject]
protected IIgniteUIBlazor IgBlazor { get; set; } Height
Section titled "Height"Inherited from: BaseRendererControl
[Parameter]
public string Height { get; set; } Width
Section titled "Width"Inherited from: BaseRendererControl
[Parameter]
public string Width { get; set; } Class
Section titled "Class"Inherited from: BaseRendererControl
[Parameter]
public string Class { get; set; } AdditionalAttributes
Section titled "AdditionalAttributes"Inherited from: BaseRendererControl
[Parameter(CaptureUnmatchedValues = true)]
public Dictionary<string, object> AdditionalAttributes { get; set; } ParentTypeName
Section titled "ParentTypeName"Inherited from: BaseRendererControl
protected virtual string ParentTypeName { get; } EventBehavior
Section titled "EventBehavior"Inherited from: BaseRendererControl
Gets or sets how events are bubbled up from JavaScript to Blazor.
[Parameter]
public ControlEventBehavior EventBehavior { get; set; } ChildContent
Section titled "ChildContent"Inherited from: BaseRendererControl
[Parameter]
public RenderFragment ChildContent { get; set; } RoundTripDateConversion
Section titled "RoundTripDateConversion"Inherited from: BaseRendererControl
Gets or sets what type of date conversion to make when round tripping dates.
[Parameter]
public RoundTripDateConversion RoundTripDateConversion { get; set; } SupportsVisualChildren
Section titled "SupportsVisualChildren"Inherited from: BaseRendererControl
protected virtual bool SupportsVisualChildren { get; } UseDirectRender
Section titled "UseDirectRender"Inherited from: BaseRendererControl
protected virtual bool UseDirectRender { get; } DirectRenderElementName
Section titled "DirectRenderElementName"Inherited from: BaseRendererControl
protected virtual string DirectRenderElementName { get; } NeedsDynamicContent
Section titled "NeedsDynamicContent"Inherited from: BaseRendererControl
protected virtual bool NeedsDynamicContent { get; } UseCamelEnumValues
Section titled "UseCamelEnumValues"Inherited from: BaseRendererControl
protected virtual bool UseCamelEnumValues { get; } ActualAngleAxisLabelTextColor
Section titled "ActualAngleAxisLabelTextColor"Gets the actual color of labels on the X-axis
[Parameter]
public string ActualAngleAxisLabelTextColor { get; set; } ActualValueAxisLabelTextColor
Section titled "ActualValueAxisLabelTextColor"Gets the actual color of labels on the Y-axis
[Parameter]
public string ActualValueAxisLabelTextColor { get; set; } AngleAxisExtent
Section titled "AngleAxisExtent"Gets or sets the distance between the X-axis and the bottom of the chart.
[Parameter]
public double AngleAxisExtent { get; set; } AngleAxisFormatLabel
Section titled "AngleAxisFormatLabel"Gets or sets function which takes an context object and returns a formatted label for the X-axis.
[Parameter]
public string AngleAxisFormatLabel { get; set; } AngleAxisFormatLabelScript
Section titled "AngleAxisFormatLabelScript"Provides a means of setting AngleAxisFormatLabel in the JavaScript environment.
[Parameter]
public string AngleAxisFormatLabelScript { get; set; } AngleAxisInverted
Section titled "AngleAxisInverted"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; } AngleAxisLabel
Section titled "AngleAxisLabel"Gets or sets the format for labels along the X-axis.
[Parameter]
public object AngleAxisLabel { get; set; } AngleAxisLabelAngle
Section titled "AngleAxisLabelAngle"Gets or sets the angle of rotation for labels along the X-axis.
[Parameter]
public double AngleAxisLabelAngle { get; set; } AngleAxisLabelBottomMargin
Section titled "AngleAxisLabelBottomMargin"Gets or sets the bottom margin of labels on the X-axis
[Parameter]
public double AngleAxisLabelBottomMargin { get; set; } AngleAxisLabelFormat
Section titled "AngleAxisLabelFormat"Gets or sets the format string for the X axis label.
[Parameter]
public string AngleAxisLabelFormat { get; set; } AngleAxisLabelFormatSpecifiers
Section titled "AngleAxisLabelFormatSpecifiers"Gets or sets the format specifiers to use with the AngleAxisLabelFormat string.
public IgbFormatSpecifierCollection AngleAxisLabelFormatSpecifiers { get; set; } AngleAxisLabelHorizontalAlignment
Section titled "AngleAxisLabelHorizontalAlignment"Gets or sets Horizontal alignment of X-axis labels.
[Parameter]
public HorizontalAlignment AngleAxisLabelHorizontalAlignment { get; set; } AngleAxisLabelLeftMargin
Section titled "AngleAxisLabelLeftMargin"Gets or sets the left margin of labels on the X-axis
[Parameter]
public double AngleAxisLabelLeftMargin { get; set; } AngleAxisLabelLocation
Section titled "AngleAxisLabelLocation"Gets or sets location of X-axis labels, relative to the plot area.
[Parameter]
public virtual AngleAxisLabelLocation AngleAxisLabelLocation { get; set; } AngleAxisLabelRightMargin
Section titled "AngleAxisLabelRightMargin"Gets or sets the right margin of labels on the X-axis
[Parameter]
public double AngleAxisLabelRightMargin { get; set; } AngleAxisLabelScript
Section titled "AngleAxisLabelScript"Provides a means of setting AngleAxisLabel in the JavaScript environment.
[Parameter]
public string AngleAxisLabelScript { get; set; } AngleAxisLabelTextColor
Section titled "AngleAxisLabelTextColor"Gets or sets color of labels on the X-axis
[Parameter]
public string AngleAxisLabelTextColor { get; set; } AngleAxisLabelTextStyle
Section titled "AngleAxisLabelTextStyle"Gets or sets CSS font property for labels on X-axis
[Parameter]
public string AngleAxisLabelTextStyle { get; set; } AngleAxisLabelTopMargin
Section titled "AngleAxisLabelTopMargin"Gets or sets the top margin of labels on the X-axis
[Parameter]
public double AngleAxisLabelTopMargin { get; set; } AngleAxisLabelVerticalAlignment
Section titled "AngleAxisLabelVerticalAlignment"Gets or sets Vertical alignment of X-axis labels.
[Parameter]
public VerticalAlignment AngleAxisLabelVerticalAlignment { get; set; } AngleAxisLabelVisibility
Section titled "AngleAxisLabelVisibility"Gets or sets Visibility of X-axis labels.
[Parameter]
public Visibility AngleAxisLabelVisibility { get; set; } AngleAxisMajorStroke
Section titled "AngleAxisMajorStroke"Gets or sets the color to apply to major gridlines along the X-axis.
[Parameter]
public string AngleAxisMajorStroke { get; set; } AngleAxisMajorStrokeThickness
Section titled "AngleAxisMajorStrokeThickness"Gets or sets the thickness to apply to major gridlines along the X-axis.
[Parameter]
public double AngleAxisMajorStrokeThickness { get; set; } AngleAxisMaximumExtent
Section titled "AngleAxisMaximumExtent"Gets or sets the maximum distance between the X-axis and the bottom of the chart.
[Parameter]
public double AngleAxisMaximumExtent { get; set; } AngleAxisMaximumExtentPercentage
Section titled "AngleAxisMaximumExtentPercentage"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; } AngleAxisMinorStroke
Section titled "AngleAxisMinorStroke"Gets or sets the color to apply to minor gridlines along the X-axis.
[Parameter]
public string AngleAxisMinorStroke { get; set; } AngleAxisMinorStrokeThickness
Section titled "AngleAxisMinorStrokeThickness"Gets or sets the thickness to apply to minor gridlines along the X-axis.
[Parameter]
public double AngleAxisMinorStrokeThickness { get; set; } AngleAxisStrip
Section titled "AngleAxisStrip"Gets or sets the color to apply to stripes along the X-axis.
[Parameter]
public string AngleAxisStrip { get; set; } AngleAxisStroke
Section titled "AngleAxisStroke"Gets or sets the color to apply to the X-axis line.
[Parameter]
public string AngleAxisStroke { get; set; } AngleAxisStrokeThickness
Section titled "AngleAxisStrokeThickness"Gets or sets the thickness to apply to the X-axis line.
[Parameter]
public double AngleAxisStrokeThickness { get; set; } AngleAxisTickLength
Section titled "AngleAxisTickLength"Gets or sets the length of tickmarks along the X-axis.
[Parameter]
public double AngleAxisTickLength { get; set; } AngleAxisTickStroke
Section titled "AngleAxisTickStroke"Gets or sets the color to apply to tickmarks along the X-axis.
[Parameter]
public string AngleAxisTickStroke { get; set; } AngleAxisTickStrokeThickness
Section titled "AngleAxisTickStrokeThickness"Gets or sets the thickness to apply to tickmarks along the X-axis.
[Parameter]
public double AngleAxisTickStrokeThickness { get; set; } AngleAxisTitle
Section titled "AngleAxisTitle"Gets or sets the Text to display below the X-axis.
[Parameter]
public string AngleAxisTitle { get; set; } AngleAxisTitleAlignment
Section titled "AngleAxisTitleAlignment"Gets or sets Horizontal alignment of the X-axis title.
[Parameter]
public HorizontalAlignment AngleAxisTitleAlignment { get; set; } AngleAxisTitleAngle
Section titled "AngleAxisTitleAngle"Gets or sets the angle of rotation for the X-axis title.
[Parameter]
public double AngleAxisTitleAngle { get; set; } AngleAxisTitleBottomMargin
Section titled "AngleAxisTitleBottomMargin"Gets or sets the bottom margin of a title on the X-axis
[Parameter]
public double AngleAxisTitleBottomMargin { get; set; } AngleAxisTitleLeftMargin
Section titled "AngleAxisTitleLeftMargin"Gets or sets the left margin of a title on the X-axis
[Parameter]
public double AngleAxisTitleLeftMargin { get; set; } AngleAxisTitleMargin
Section titled "AngleAxisTitleMargin"Gets or sets the margin around a title on the X-axis
[Parameter]
public double AngleAxisTitleMargin { get; set; } AngleAxisTitleRightMargin
Section titled "AngleAxisTitleRightMargin"Gets or sets the right margin of a title on the X-axis
[Parameter]
public double AngleAxisTitleRightMargin { get; set; } AngleAxisTitleTextColor
Section titled "AngleAxisTitleTextColor"Gets or sets color of title on the X-axis
[Parameter]
public string AngleAxisTitleTextColor { get; set; } AngleAxisTitleTextStyle
Section titled "AngleAxisTitleTextStyle"Gets or sets CSS font property for title on X-axis
[Parameter]
public string AngleAxisTitleTextStyle { get; set; } AngleAxisTitleTopMargin
Section titled "AngleAxisTitleTopMargin"Gets or sets the top margin of a title on the X-axis
[Parameter]
public double AngleAxisTitleTopMargin { get; set; } public override string Type { get; } ValueAxisExtent
Section titled "ValueAxisExtent"Gets or sets the distance between the Y-axis and the left edge of the chart.
[Parameter]
public double ValueAxisExtent { get; set; } ValueAxisFormatLabel
Section titled "ValueAxisFormatLabel"Gets or sets function which takes a context object and returns a formatted label for the Y-axis.
[Parameter]
public string ValueAxisFormatLabel { get; set; } ValueAxisFormatLabelScript
Section titled "ValueAxisFormatLabelScript"Provides a means of setting ValueAxisFormatLabel in the JavaScript environment.
[Parameter]
public string ValueAxisFormatLabelScript { get; set; } ValueAxisInverted
Section titled "ValueAxisInverted"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; } ValueAxisLabel
Section titled "ValueAxisLabel"Gets or sets the property or string from which the labels are derived.
[Parameter]
public object ValueAxisLabel { get; set; } ValueAxisLabelAngle
Section titled "ValueAxisLabelAngle"Gets or sets the angle of rotation for labels along the Y-axis.
[Parameter]
public double ValueAxisLabelAngle { get; set; } ValueAxisLabelBottomMargin
Section titled "ValueAxisLabelBottomMargin"Gets or sets the bottom margin of labels on the Y-axis
[Parameter]
public double ValueAxisLabelBottomMargin { get; set; } ValueAxisLabelFormat
Section titled "ValueAxisLabelFormat"Gets or sets the format string for the Y axis label.
[Parameter]
public string ValueAxisLabelFormat { get; set; } ValueAxisLabelFormatSpecifiers
Section titled "ValueAxisLabelFormatSpecifiers"Gets or sets the format specifiers to use with the ValueAxisLabelFormat string.
public IgbFormatSpecifierCollection ValueAxisLabelFormatSpecifiers { get; set; } ValueAxisLabelHorizontalAlignment
Section titled "ValueAxisLabelHorizontalAlignment"Gets or sets Horizontal alignment of Y-axis labels.
[Parameter]
public virtual HorizontalAlignment ValueAxisLabelHorizontalAlignment { get; set; } ValueAxisLabelLeftMargin
Section titled "ValueAxisLabelLeftMargin"Gets or sets the left margin of labels on the Y-axis
[Parameter]
public double ValueAxisLabelLeftMargin { get; set; } ValueAxisLabelLocation
Section titled "ValueAxisLabelLocation"Gets or sets location of Y-axis labels, relative to the plot area.
[Parameter]
public virtual ValueAxisLabelLocation ValueAxisLabelLocation { get; set; } ValueAxisLabelRightMargin
Section titled "ValueAxisLabelRightMargin"Gets or sets the right margin of labels on the Y-axis
[Parameter]
public double ValueAxisLabelRightMargin { get; set; } ValueAxisLabelScript
Section titled "ValueAxisLabelScript"Provides a means of setting ValueAxisLabel in the JavaScript environment.
[Parameter]
public string ValueAxisLabelScript { get; set; } ValueAxisLabelTextColor
Section titled "ValueAxisLabelTextColor"Gets or sets color of labels on the Y-axis
[Parameter]
public string ValueAxisLabelTextColor { get; set; } ValueAxisLabelTextStyle
Section titled "ValueAxisLabelTextStyle"Gets or sets CSS font property for labels on Y-axis
[Parameter]
public string ValueAxisLabelTextStyle { get; set; } ValueAxisLabelTopMargin
Section titled "ValueAxisLabelTopMargin"Gets or sets the top margin of labels on the Y-axis
[Parameter]
public double ValueAxisLabelTopMargin { get; set; } ValueAxisLabelVerticalAlignment
Section titled "ValueAxisLabelVerticalAlignment"Gets or sets Vertical alignment of Y-axis labels.
[Parameter]
public VerticalAlignment ValueAxisLabelVerticalAlignment { get; set; } ValueAxisLabelVisibility
Section titled "ValueAxisLabelVisibility"Gets or sets Visibility of Y-axis labels.
[Parameter]
public Visibility ValueAxisLabelVisibility { get; set; } ValueAxisMajorStroke
Section titled "ValueAxisMajorStroke"Gets or sets the color to apply to major gridlines along the Y-axis.
[Parameter]
public string ValueAxisMajorStroke { get; set; } ValueAxisMajorStrokeThickness
Section titled "ValueAxisMajorStrokeThickness"Gets or sets the thickness to apply to major gridlines along the Y-axis.
[Parameter]
public double ValueAxisMajorStrokeThickness { get; set; } ValueAxisMaximumExtent
Section titled "ValueAxisMaximumExtent"Gets or sets the distance between the Y-axis and the left edge of the chart.
[Parameter]
public double ValueAxisMaximumExtent { get; set; } ValueAxisMaximumExtentPercentage
Section titled "ValueAxisMaximumExtentPercentage"Gets or sets the distance between the Y-axis and the left edge of the chart.
[Parameter]
public double ValueAxisMaximumExtentPercentage { get; set; } ValueAxisMinorStroke
Section titled "ValueAxisMinorStroke"Gets or sets the color to apply to minor gridlines along the Y-axis.
[Parameter]
public string ValueAxisMinorStroke { get; set; } ValueAxisMinorStrokeThickness
Section titled "ValueAxisMinorStrokeThickness"Gets or sets the thickness to apply to minor gridlines along the Y-axis.
[Parameter]
public double ValueAxisMinorStrokeThickness { get; set; } ValueAxisStrip
Section titled "ValueAxisStrip"Gets or sets the color to apply to stripes along the Y-axis.
[Parameter]
public string ValueAxisStrip { get; set; } ValueAxisStroke
Section titled "ValueAxisStroke"Gets or sets the color to apply to the Y-axis line.
[Parameter]
public string ValueAxisStroke { get; set; } ValueAxisStrokeThickness
Section titled "ValueAxisStrokeThickness"Gets or sets the thickness to apply to the Y-axis line.
[Parameter]
public double ValueAxisStrokeThickness { get; set; } ValueAxisTickLength
Section titled "ValueAxisTickLength"Gets or sets the length of tickmarks along the Y-axis.
[Parameter]
public double ValueAxisTickLength { get; set; } ValueAxisTickStroke
Section titled "ValueAxisTickStroke"Gets or sets the color to apply to tickmarks along the Y-axis.
[Parameter]
public string ValueAxisTickStroke { get; set; } ValueAxisTickStrokeThickness
Section titled "ValueAxisTickStrokeThickness"Gets or sets the thickness to apply to tickmarks along the Y-axis.
[Parameter]
public double ValueAxisTickStrokeThickness { get; set; } ValueAxisTitle
Section titled "ValueAxisTitle"Gets or sets the Text to display to the left of the Y-axis.
[Parameter]
public string ValueAxisTitle { get; set; } ValueAxisTitleAlignment
Section titled "ValueAxisTitleAlignment"Gets or sets Vertical alignment of the Y-axis title.
[Parameter]
public VerticalAlignment ValueAxisTitleAlignment { get; set; } ValueAxisTitleAngle
Section titled "ValueAxisTitleAngle"Gets or sets the angle of rotation for the Y-axis title.
[Parameter]
public double ValueAxisTitleAngle { get; set; } ValueAxisTitleBottomMargin
Section titled "ValueAxisTitleBottomMargin"Gets or sets the bottom margin of a title on the Y-axis
[Parameter]
public double ValueAxisTitleBottomMargin { get; set; } ValueAxisTitleLeftMargin
Section titled "ValueAxisTitleLeftMargin"Gets or sets the left margin of a title on the Y-axis
[Parameter]
public double ValueAxisTitleLeftMargin { get; set; } ValueAxisTitleMargin
Section titled "ValueAxisTitleMargin"Gets or sets the margin around a title on the Y-axis
[Parameter]
public double ValueAxisTitleMargin { get; set; } ValueAxisTitleRightMargin
Section titled "ValueAxisTitleRightMargin"Gets or sets the right margin of a title on the Y-axis
[Parameter]
public double ValueAxisTitleRightMargin { get; set; } ValueAxisTitleTextColor
Section titled "ValueAxisTitleTextColor"Gets or sets color of title on the Y-axis
[Parameter]
public string ValueAxisTitleTextColor { get; set; } ValueAxisTitleTextStyle
Section titled "ValueAxisTitleTextStyle"Gets or sets CSS font property for title on Y-axis
[Parameter]
public string ValueAxisTitleTextStyle { get; set; } ValueAxisTitleTopMargin
Section titled "ValueAxisTitleTopMargin"Gets or sets the top margin of a title on the Y-axis
[Parameter]
public double ValueAxisTitleTopMargin { get; set; } Accessors
Section titled "Accessors"eventCallbacksCache
Section titled "eventCallbacksCache"Inherited from: BaseRendererControl
protected Dictionary<Type, Dictionary<string, FieldInfo>> eventCallbacksCache _cachedSerializedContent
Section titled "_cachedSerializedContent"Inherited from: BaseRendererControl
protected string _cachedSerializedContent Methods
Section titled "Methods"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
GetCurrentSelectedSeriesItems()
Section titled "GetCurrentSelectedSeriesItems()"Inherited from: IgbDomainChart
public IgbChartSelectedItemCollection GetCurrentSelectedSeriesItems() Returns any
GetCurrentFocusedSeriesItemsAsync()
Section titled "GetCurrentFocusedSeriesItemsAsync()"Inherited from: IgbDomainChart
public Task<IgbChartSelectedItemCollection> GetCurrentFocusedSeriesItemsAsync() Returns any
GetCurrentFocusedSeriesItems()
Section titled "GetCurrentFocusedSeriesItems()"Inherited from: IgbDomainChart
public IgbChartSelectedItemCollection GetCurrentFocusedSeriesItems() Returns any
DestroyAsync()
Section titled "DestroyAsync()"Inherited from: IgbDomainChart
Destroy this control
public Task DestroyAsync() Returns any
Destroy()
Section titled "Destroy()"Inherited from: IgbDomainChart
public void Destroy() Returns any
SimulateHoverAsync(Point)
Section titled "SimulateHoverAsync(Point)"Inherited from: IgbDomainChart
public Task SimulateHoverAsync(Point point) Parameters
- point:
Point
Returns any
SimulateHover(Point)
Section titled "SimulateHover(Point)"Inherited from: IgbDomainChart
public void SimulateHover(Point point) Parameters
- point:
Point
Returns any
SimulatePressAndHoldAsync(Point)
Section titled "SimulatePressAndHoldAsync(Point)"Inherited from: IgbDomainChart
public Task SimulatePressAndHoldAsync(Point point) Parameters
- point:
Point
Returns any
SimulatePressAndHold(Point)
Section titled "SimulatePressAndHold(Point)"Inherited from: IgbDomainChart
public void SimulatePressAndHold(Point point) Parameters
- point:
Point
Returns any
SimulatePlotPointerUpAsync(Point)
Section titled "SimulatePlotPointerUpAsync(Point)"Inherited from: IgbDomainChart
public Task SimulatePlotPointerUpAsync(Point point) Parameters
- point:
Point
Returns any
SimulatePlotPointerUp(Point)
Section titled "SimulatePlotPointerUp(Point)"Inherited from: IgbDomainChart
public void SimulatePlotPointerUp(Point point) Parameters
- point:
Point
Returns any
SimulateClickAsync(Point)
Section titled "SimulateClickAsync(Point)"Inherited from: IgbDomainChart
public Task SimulateClickAsync(Point point) Parameters
- point:
Point
Returns any
SimulateClick(Point)
Section titled "SimulateClick(Point)"Inherited from: IgbDomainChart
public void SimulateClick(Point point) Parameters
- point:
Point
Returns any
NotifyResizedAsync()
Section titled "NotifyResizedAsync()"Inherited from: IgbDomainChart
Called when the control has been resized.
public virtual Task NotifyResizedAsync() Returns any
NotifyResized()
Section titled "NotifyResized()"Inherited from: IgbDomainChart
public virtual void NotifyResized() Returns any
NotifyVisualPropertiesChangedAsync()
Section titled "NotifyVisualPropertiesChangedAsync()"Inherited from: IgbDomainChart
public Task NotifyVisualPropertiesChangedAsync() Returns any
NotifyVisualPropertiesChanged()
Section titled "NotifyVisualPropertiesChanged()"Inherited from: IgbDomainChart
public void NotifyVisualPropertiesChanged() Returns any
FlushAsync()
Section titled "FlushAsync()"Inherited from: IgbDomainChart
Forces any pending refresh to the chart to be finished.
public Task FlushAsync() Returns any
Flush()
Section titled "Flush()"Inherited from: IgbDomainChart
public void Flush() Returns any
HideToolTipAsync()
Section titled "HideToolTipAsync()"Inherited from: IgbDomainChart
Hides the active main tooltip, if displayed.
public Task HideToolTipAsync() Returns any
HideToolTip()
Section titled "HideToolTip()"Inherited from: IgbDomainChart
public void HideToolTip() Returns any
ReplayTransitionInAsync()
Section titled "ReplayTransitionInAsync()"Inherited from: IgbDomainChart
Replays transition-in animation on all series in the chart.
public virtual Task ReplayTransitionInAsync() Returns any
ReplayTransitionIn()
Section titled "ReplayTransitionIn()"Inherited from: IgbDomainChart
public virtual void ReplayTransitionIn() Returns any
OnDetachAsync()
Section titled "OnDetachAsync()"Inherited from: IgbDomainChart
public Task OnDetachAsync() Returns any
OnDetach()
Section titled "OnDetach()"Inherited from: IgbDomainChart
public void OnDetach() Returns any
ExportDomainChartTestingInfoAsync()
Section titled "ExportDomainChartTestingInfoAsync()"Inherited from: IgbDomainChart
public Task<IgbDomainChartTestingInfo> ExportDomainChartTestingInfoAsync() Returns any
ExportDomainChartTestingInfo()
Section titled "ExportDomainChartTestingInfo()"Inherited from: IgbDomainChart
public IgbDomainChartTestingInfo ExportDomainChartTestingInfo() Returns any
ZoomInAsync(double)
Section titled "ZoomInAsync(double)"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
ZoomIn(double)
Section titled "ZoomIn(double)"Inherited from: IgbDomainChart
public void ZoomIn(double v) Parameters
- v:
double
Returns any
ZoomOutAsync(double)
Section titled "ZoomOutAsync(double)"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
ZoomOut(double)
Section titled "ZoomOut(double)"Inherited from: IgbDomainChart
public void ZoomOut(double v) Parameters
- v:
double
Returns any
ResetZoomAsync()
Section titled "ResetZoomAsync()"Inherited from: IgbDomainChart
Resets the zoom level to default.
public Task ResetZoomAsync() Returns any
ResetZoom()
Section titled "ResetZoom()"Inherited from: IgbDomainChart
public void ResetZoom() Returns any
StartCreatingAnnotationAsync()
Section titled "StartCreatingAnnotationAsync()"Inherited from: IgbDomainChart
public virtual Task StartCreatingAnnotationAsync() Returns any
StartCreatingAnnotation()
Section titled "StartCreatingAnnotation()"Inherited from: IgbDomainChart
public virtual void StartCreatingAnnotation() Returns any
StartDeletingAnnotationAsync()
Section titled "StartDeletingAnnotationAsync()"Inherited from: IgbDomainChart
public virtual Task StartDeletingAnnotationAsync() Returns any
StartDeletingAnnotation()
Section titled "StartDeletingAnnotation()"Inherited from: IgbDomainChart
public virtual void StartDeletingAnnotation() Returns any
ResetAnnotationsAsync()
Section titled "ResetAnnotationsAsync()"Inherited from: IgbDomainChart
public virtual Task ResetAnnotationsAsync() Returns any
ResetAnnotations()
Section titled "ResetAnnotations()"Inherited from: IgbDomainChart
public virtual void ResetAnnotations() Returns any
SaveAnnotationsToJsonAsync()
Section titled "SaveAnnotationsToJsonAsync()"Inherited from: IgbDomainChart
public virtual Task<string> SaveAnnotationsToJsonAsync() Returns any
SaveAnnotationsToJson()
Section titled "SaveAnnotationsToJson()"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
LoadAnnotationsFromJson(string)
Section titled "LoadAnnotationsFromJson(string)"Inherited from: IgbDomainChart
public virtual void LoadAnnotationsFromJson(string jsonString) Parameters
- jsonString:
string
Returns any
CancelAnnotationFlowAsync(string)
Section titled "CancelAnnotationFlowAsync(string)"Inherited from: IgbDomainChart
public Task CancelAnnotationFlowAsync(string annotationFlowId) Parameters
- annotationFlowId:
string
Returns any
CancelAnnotationFlow(string)
Section titled "CancelAnnotationFlow(string)"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
NotifySeriesDataChangedAsync()
Section titled "NotifySeriesDataChangedAsync()"Inherited from: IgbDomainChart
public Task NotifySeriesDataChangedAsync() Returns any
NotifySeriesDataChanged()
Section titled "NotifySeriesDataChanged()"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
NotifyClearItemsAsync(object)
Section titled "NotifyClearItemsAsync(object)"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
NotifyClearItems(object)
Section titled "NotifyClearItems(object)"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
EnsureModulesLoaded()
Section titled "EnsureModulesLoaded()"Inherited from: BaseRendererControl
protected virtual void EnsureModulesLoaded() Returns any
ResolveEventBehavior()
Section titled "ResolveEventBehavior()"Inherited from: BaseRendererControl
Resolves the components event behavior if Auto is selected.
protected ControlEventBehavior ResolveEventBehavior() Returns any
ResolveDisplay()
Section titled "ResolveDisplay()"Inherited from: BaseRendererControl
protected virtual string ResolveDisplay() Returns any
ToSpinal(string)
Section titled "ToSpinal(string)"Inherited from: BaseRendererControl
protected string ToSpinal(string value) Parameters
- value:
string
Returns any
TransformSimpleKey(string)
Section titled "TransformSimpleKey(string)"Inherited from: BaseRendererControl
protected virtual string TransformSimpleKey(string key) Parameters
- key:
string
Returns any
IsTransformedEnumValue(string)
Section titled "IsTransformedEnumValue(string)"Inherited from: BaseRendererControl
protected virtual bool IsTransformedEnumValue(string key) Parameters
- key:
string
Returns any
TransformPotentialEnumValue(string, object)
Section titled "TransformPotentialEnumValue(string, object)"Inherited from: BaseRendererControl
protected virtual object TransformPotentialEnumValue(string key, object value) Parameters
- key:
string - value:
object
Returns any
BuildSequenceInfo(int)
Section titled "BuildSequenceInfo(int)"Inherited from: BaseRendererControl
protected virtual SequenceInfo BuildSequenceInfo(int startSequence) Parameters
- startSequence:
int
Returns any
BuildRenderTree(RenderTreeBuilder)
Section titled "BuildRenderTree(RenderTreeBuilder)"Inherited from: BaseRendererControl
protected override void BuildRenderTree(RenderTreeBuilder builder) Parameters
- builder:
RenderTreeBuilder
Returns any
TemplateContentType(string)
Section titled "TemplateContentType(string)"Inherited from: BaseRendererControl
protected Type TemplateContentType(string templateId) Parameters
- templateId:
string
Returns any
OnAfterRenderAsync(bool)
Section titled "OnAfterRenderAsync(bool)"Inherited from: BaseRendererControl
protected override Task OnAfterRenderAsync(bool firstRender) Parameters
- firstRender:
bool
Returns any
EnsureReady()
Section titled "EnsureReady()"Inherited from: BaseRendererControl
public Task EnsureReady() Returns any
MarkPropDirty(string)
Section titled "MarkPropDirty(string)"Inherited from: BaseRendererControl
protected void MarkPropDirty(string propertyName) Parameters
- propertyName:
string
Returns any
IsPropDirty(string)
Section titled "IsPropDirty(string)"Inherited from: BaseRendererControl
protected bool IsPropDirty(string propertyName) Parameters
- propertyName:
string
Returns any
Serialize(SerializationContext, string)
Section titled "Serialize(SerializationContext, string)"Inherited from: BaseRendererControl
public void Serialize(SerializationContext context, string propertyName = null) Parameters
- context:
SerializationContext - propertyName:
string
Returns any
Serialize()
Section titled "Serialize()"Inherited from: BaseRendererControl
public string Serialize() Returns any
InvokeMethod(string, object[], string[], ElementReference[])
Section titled "InvokeMethod(string, object[], string[], ElementReference[])"Inherited from: BaseRendererControl
protected Task<object> InvokeMethod(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null) Parameters
- methodName:
string - arguments:
object[] - types:
string[] - nativeElements:
ElementReference[]
Returns any
InvokeMethodSync(string, object[], string[], ElementReference[])
Section titled "InvokeMethodSync(string, object[], string[], ElementReference[])"Inherited from: BaseRendererControl
protected object InvokeMethodSync(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null) Parameters
- methodName:
string - arguments:
object[] - types:
string[] - nativeElements:
ElementReference[]
Returns any
SuspendNotifications(object)
Section titled "SuspendNotifications(object)"Inherited from: BaseRendererControl
Prevents data change notifications from be propagated to the component.
public void SuspendNotifications(object dataSource) Parameters
- dataSource:
object
Returns any
ResumeNotifications(object, bool)
Section titled "ResumeNotifications(object, bool)"Inherited from: BaseRendererControl
Resumes data change notifications.
public void ResumeNotifications(object dataSource, bool notify = true) Parameters
- dataSource:
object - notify:
bool
Returns any
NotifyUpdateItem(object, int, object, bool)
Section titled "NotifyUpdateItem(object, int, object, bool)"Inherited from: BaseRendererControl
public void NotifyUpdateItem(object dataSource, int index, object refItem, bool syncDataOnly = false) Parameters
- dataSource:
object - index:
int - refItem:
object - syncDataOnly:
bool
Returns any
OnRefChanged(string, object)
Section titled "OnRefChanged(string, object)"Inherited from: BaseRendererControl
public void OnRefChanged(string refName, object refValue) Parameters
- refName:
string - refValue:
object
Returns any
OnInvokeReturn(long, object)
Section titled "OnInvokeReturn(long, object)"Inherited from: BaseRendererControl
public void OnInvokeReturn(long invokeId, object returnValue) Parameters
- invokeId:
long - returnValue:
object
Returns any
Camelize(string)
Section titled "Camelize(string)"Inherited from: BaseRendererControl
protected string Camelize(string value) Parameters
- value:
string
Returns any
ToPascal(string)
Section titled "ToPascal(string)"Inherited from: BaseRendererControl
protected string ToPascal(string value) Parameters
- value:
string
Returns any
OnElementNameChanged(BaseRendererElement, string, string)
Section titled "OnElementNameChanged(BaseRendererElement, string, string)"Inherited from: BaseRendererControl
protected void OnElementNameChanged(BaseRendererElement element, string oldName, string newName) Parameters
- element:
BaseRendererElement - oldName:
string - newName:
string
Returns any
Dispose(bool)
Section titled "Dispose(bool)"Inherited from: BaseRendererControl
protected virtual void Dispose(bool disposing) Parameters
- disposing:
bool
Returns any
SetResourceStringAsync(string, string, string)
Section titled "SetResourceStringAsync(string, string, string)"Inherited from: BaseRendererControl
public Task<object> SetResourceStringAsync(string grouping, string id, string value) Parameters
- grouping:
string - id:
string - value:
string
Returns any
SetResourceStringAsync(string, string)
Section titled "SetResourceStringAsync(string, string)"Inherited from: BaseRendererControl
public Task<object> SetResourceStringAsync(string grouping, string json) Parameters
- grouping:
string - json:
string
Returns any
SetPropertyValue(object, PropertyInfo, JsonElement)
Section titled "SetPropertyValue(object, PropertyInfo, JsonElement)"Inherited from: BaseRendererControl
protected void SetPropertyValue(object item, PropertyInfo property, JsonElement jsonElement) Parameters
- item:
object - property:
PropertyInfo - jsonElement:
JsonElement
Returns any
SetPropertyValue(object, PropertyInfo, object)
Section titled "SetPropertyValue(object, PropertyInfo, object)"Inherited from: BaseRendererControl
protected void SetPropertyValue(object item, PropertyInfo property, object value) Parameters
- item:
object - property:
PropertyInfo - value:
object
Returns any
Dispose()
Section titled "Dispose()"Inherited from: BaseRendererControl
public void Dispose() Returns any
FindByName(string)
Section titled "FindByName(string)"public override object FindByName(string name) Parameters
- name:
string
Returns any
GetScaledAngle(double)
Section titled "GetScaledAngle(double)"public double GetScaledAngle(double unscaledValue) Parameters
- unscaledValue:
double
Returns any
GetScaledAngleAsync(double)
Section titled "GetScaledAngleAsync(double)"Converts the given visual location to a data value.
public Task<double> GetScaledAngleAsync(double unscaledValue) Parameters
- unscaledValue:
double
Returns any
GetScaledValue(double)
Section titled "GetScaledValue(double)"public double GetScaledValue(double unscaledValue) Parameters
- unscaledValue:
double
Returns any
GetScaledValueAsync(double)
Section titled "GetScaledValueAsync(double)"Converts the given visual location to a data value.
public Task<double> GetScaledValueAsync(double unscaledValue) Parameters
- unscaledValue:
double
Returns any
GetUnscaledAngle(double)
Section titled "GetUnscaledAngle(double)"public double GetUnscaledAngle(double scaledValue) Parameters
- scaledValue:
double
Returns any
GetUnscaledAngleAsync(double)
Section titled "GetUnscaledAngleAsync(double)"Converts the given data value to a visual location.
public Task<double> GetUnscaledAngleAsync(double scaledValue) Parameters
- scaledValue:
double
Returns any
GetUnscaledValue(double)
Section titled "GetUnscaledValue(double)"public double GetUnscaledValue(double scaledValue) Parameters
- scaledValue:
double
Returns any
GetUnscaledValueAsync(double)
Section titled "GetUnscaledValueAsync(double)"Converts the given data value to a visual location.
public Task<double> GetUnscaledValueAsync(double scaledValue) Parameters
- scaledValue:
double
Returns any
ProvideContainer(object)
Section titled "ProvideContainer(object)"public override void ProvideContainer(object container) Parameters
- container:
object
Returns any
ProvideContainerAsync(object)
Section titled "ProvideContainerAsync(object)"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
Events
Section titled "Events"UserAnnotationInformationRequested
Section titled "UserAnnotationInformationRequested"[Parameter]
public EventCallback<IgbUserAnnotationInformationEventArgs> UserAnnotationInformationRequested { get; set; } UserAnnotationToolTipContentUpdating
Section titled "UserAnnotationToolTipContentUpdating"[Parameter]
public EventCallback<IgbUserAnnotationToolTipContentUpdatingEventArgs> UserAnnotationToolTipContentUpdating { get; set; } SeriesAdded
Section titled "SeriesAdded"[Parameter]
public EventCallback<IgbChartSeriesEventArgs> SeriesAdded { get; set; } SeriesRemoved
Section titled "SeriesRemoved"[Parameter]
public EventCallback<IgbChartSeriesEventArgs> SeriesRemoved { get; set; } SeriesPointerEnter
Section titled "SeriesPointerEnter"[Parameter]
public EventCallback<IgbDomainChartSeriesPointerEventArgs> SeriesPointerEnter { get; set; } SeriesPointerLeave
Section titled "SeriesPointerLeave"[Parameter]
public EventCallback<IgbDomainChartSeriesPointerEventArgs> SeriesPointerLeave { get; set; } SeriesPointerDown
Section titled "SeriesPointerDown"[Parameter]
public EventCallback<IgbDomainChartSeriesPointerEventArgs> SeriesPointerDown { get; set; } SeriesPointerUp
Section titled "SeriesPointerUp"[Parameter]
public EventCallback<IgbDomainChartSeriesPointerEventArgs> SeriesPointerUp { get; set; } SeriesClick
Section titled "SeriesClick"[Parameter]
public EventCallback<IgbDomainChartSeriesPointerEventArgs> SeriesClick { get; set; } PlotAreaPointerEnter
Section titled "PlotAreaPointerEnter"[Parameter]
public EventCallback<IgbDomainChartPlotAreaPointerEventArgs> PlotAreaPointerEnter { get; set; } PlotAreaPointerLeave
Section titled "PlotAreaPointerLeave"[Parameter]
public EventCallback<IgbDomainChartPlotAreaPointerEventArgs> PlotAreaPointerLeave { get; set; } PlotAreaPointerDown
Section titled "PlotAreaPointerDown"[Parameter]
public EventCallback<IgbDomainChartPlotAreaPointerEventArgs> PlotAreaPointerDown { get; set; } PlotAreaPointerUp
Section titled "PlotAreaPointerUp"[Parameter]
public EventCallback<IgbDomainChartPlotAreaPointerEventArgs> PlotAreaPointerUp { get; set; } SelectedSeriesItemsChanged
Section titled "SelectedSeriesItemsChanged"[Parameter]
public EventCallback<IgbSeriesViewerSelectedSeriesItemsChangedEventArgs> SelectedSeriesItemsChanged { get; set; } FocusedSeriesItemsChanged
Section titled "FocusedSeriesItemsChanged"[Parameter]
public EventCallback<IgbSeriesViewerSelectedSeriesItemsChangedEventArgs> FocusedSeriesItemsChanged { get; set; } FilterStringErrorsParsing
Section titled "FilterStringErrorsParsing"[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; } SeriesAddedScript
Section titled "SeriesAddedScript"[Parameter]
public string SeriesAddedScript { get; set; } SeriesRemovedScript
Section titled "SeriesRemovedScript"[Parameter]
public string SeriesRemovedScript { get; set; } SeriesPointerEnterScript
Section titled "SeriesPointerEnterScript"[Parameter]
public string SeriesPointerEnterScript { get; set; } SeriesPointerLeaveScript
Section titled "SeriesPointerLeaveScript"[Parameter]
public string SeriesPointerLeaveScript { get; set; } SeriesPointerDownScript
Section titled "SeriesPointerDownScript"[Parameter]
public string SeriesPointerDownScript { get; set; } SeriesPointerUpScript
Section titled "SeriesPointerUpScript"[Parameter]
public string SeriesPointerUpScript { get; set; } SeriesClickScript
Section titled "SeriesClickScript"[Parameter]
public string SeriesClickScript { get; set; } PlotAreaPointerEnterScript
Section titled "PlotAreaPointerEnterScript"[Parameter]
public string PlotAreaPointerEnterScript { get; set; } PlotAreaPointerLeaveScript
Section titled "PlotAreaPointerLeaveScript"[Parameter]
public string PlotAreaPointerLeaveScript { get; set; } PlotAreaPointerDownScript
Section titled "PlotAreaPointerDownScript"[Parameter]
public string PlotAreaPointerDownScript { get; set; } PlotAreaPointerUpScript
Section titled "PlotAreaPointerUpScript"[Parameter]
public string PlotAreaPointerUpScript { get; set; } SelectedSeriesItemsChangedScript
Section titled "SelectedSeriesItemsChangedScript"[Parameter]
public string SelectedSeriesItemsChangedScript { get; set; } FocusedSeriesItemsChangedScript
Section titled "FocusedSeriesItemsChangedScript"[Parameter]
public string FocusedSeriesItemsChangedScript { get; set; } FilterStringErrorsParsingScript
Section titled "FilterStringErrorsParsingScript"[Parameter]
public string FilterStringErrorsParsingScript { get; set; }