Represents an annotation layer that displays grouped tooltips with summaries for series. THIS IS A COMMUNITY TECHNOLOGY PREVIEW, not for use in production.
InheritanceSystem.Object
IgbDataToolTipLayer
ImplementsSystem.IDisposable
Namespace: IgniteUI.Blazor.Controls Assembly: IgniteUI.Blazor.dll Syntaxpublic class IgbDataToolTipLayer : IgbAnnotationLayer, JsonSerializable, IDisposable
Constructors IgbDataToolTipLayer() Declaration
public IgbDataToolTipLayer()
Properties ActualGroupedPositionModeX
Gets the actual resolved tooltip position mode on the X axis for grouped series.
Declarationpublic DataTooltipGroupedPositionX ActualGroupedPositionModeX { get; set; }
Property Value ActualGroupedPositionModeY
Gets the actual resolved tooltip position mode on the Y axis for grouped series.
Declarationpublic DataTooltipGroupedPositionY ActualGroupedPositionModeY { get; set; }
Property Value ActualGroupingMode
Gets the actual resolved tooltip layer grouping mode.
Declarationpublic DataToolTipLayerGroupingMode ActualGroupingMode { get; set; }
Property Value BadgeMarginBottom Declaration
public double BadgeMarginBottom { get; set; }
Property Value Type Description System.Double BadgeMarginLeft Declaration
public double BadgeMarginLeft { get; set; }
Property Value Type Description System.Double BadgeMarginRight Declaration
public double BadgeMarginRight { get; set; }
Property Value Type Description System.Double BadgeMarginTop Declaration
public double BadgeMarginTop { get; set; }
Property Value Type Description System.Double BadgeShape
Gets or sets the BadgeShape for the data legend.
Declarationpublic LegendItemBadgeShape BadgeShape { get; set; }
Property Value DefaultPositionOffsetX
Gets or sets the default offset of the tooltip layer on the X axis.
Declarationpublic double DefaultPositionOffsetX { get; set; }
Property Value Type Description System.Double DefaultPositionOffsetY
Gets or sets the default offset of the tooltip layer on the Y axis.
Declarationpublic double DefaultPositionOffsetY { get; set; }
Property Value Type Description System.Double ExcludedColumns
Gets or sets names of data columns or their labels to exclude from displaying in the data legend, e.g. "High, Low" or "H, L"
Declarationpublic string[] ExcludedColumns { get; set; }
Property Value Type Description System.String[] Remarks ExcludedSeries
Gets or sets indexes or names of series to exclude from displaying in the data legend, e.g. "0, 1"
Declarationpublic string[] ExcludedSeries { get; set; }
Property Value Type Description System.String[] GroupedPositionModeX
Gets or sets the tooltip position mode on the X axis for grouped series.
Declarationpublic DataTooltipGroupedPositionX GroupedPositionModeX { get; set; }
Property Value GroupedPositionModeY
Gets or sets the tooltip position mode on the Y axis for grouped series.
Declarationpublic DataTooltipGroupedPositionY GroupedPositionModeY { get; set; }
Property Value GroupingMode
Gets or sets the grouping mode to apply to use for the tooltip layer.
Declarationpublic DataToolTipLayerGroupingMode GroupingMode { get; set; }
Property Value GroupRowMarginBottom Declaration
public double GroupRowMarginBottom { get; set; }
Property Value Type Description System.Double GroupRowMarginLeft Declaration
public double GroupRowMarginLeft { get; set; }
Property Value Type Description System.Double GroupRowMarginRight Declaration
public double GroupRowMarginRight { get; set; }
Property Value Type Description System.Double GroupRowMarginTop Declaration
public double GroupRowMarginTop { get; set; }
Property Value Type Description System.Double GroupRowVisible Declaration
public bool GroupRowVisible { get; set; }
Property Value Type Description System.Boolean GroupTextColor Declaration
public string GroupTextColor { get; set; }
Property Value Type Description System.String GroupTextFontFamily Declaration
public string GroupTextFontFamily { get; set; }
Property Value Type Description System.String GroupTextFontSize Declaration
public double GroupTextFontSize { get; set; }
Property Value Type Description System.Double GroupTextFontStyle Declaration
public string GroupTextFontStyle { get; set; }
Property Value Type Description System.String GroupTextFontWeight Declaration
public string GroupTextFontWeight { get; set; }
Property Value Type Description System.String GroupTextMarginBottom Declaration
public double GroupTextMarginBottom { get; set; }
Property Value Type Description System.Double GroupTextMarginLeft Declaration
public double GroupTextMarginLeft { get; set; }
Property Value Type Description System.Double GroupTextMarginRight Declaration
public double GroupTextMarginRight { get; set; }
Property Value Type Description System.Double GroupTextMarginTop Declaration
public double GroupTextMarginTop { get; set; }
Property Value Type Description System.Double
Gets or sets globalization culture when displaying header as date time
Declarationpublic string HeaderFormatCulture { get; set; }
Property Value Type Description System.String
Gets or sets date format for the header
Declarationpublic DataLegendHeaderDateMode HeaderFormatDate { get; set; }
Property Value
Gets or sets the format specifiers to use with the HeaderFormatString string.
Declarationpublic IgbFormatSpecifierCollection HeaderFormatSpecifiers { get; set; }
Property Value
Gets or sets the format string for header text displayed in the data legend.
Declarationpublic string HeaderFormatString { get; set; }
Property Value Type Description System.String
Gets or sets time format for the header
Declarationpublic DataLegendHeaderTimeMode HeaderFormatTime { get; set; }
Property Value Declaration
public double HeaderRowMarginBottom { get; set; }
Property Value Type Description System.Double Declaration
public double HeaderRowMarginLeft { get; set; }
Property Value Type Description System.Double Declaration
public double HeaderRowMarginRight { get; set; }
Property Value Type Description System.Double Declaration
public double HeaderRowMarginTop { get; set; }
Property Value Type Description System.Double
Gets or sets whether to show Header row.
Declarationpublic bool HeaderRowVisible { get; set; }
Property Value Type Description System.Boolean
Gets or sets the HeaderText for the data legend.
Declarationpublic string HeaderText { get; set; }
Property Value Type Description System.String
Gets or sets the header text color.
Declarationpublic string HeaderTextColor { get; set; }
Property Value Type Description System.String Declaration
public string HeaderTextFontFamily { get; set; }
Property Value Type Description System.String Declaration
public double HeaderTextFontSize { get; set; }
Property Value Type Description System.Double Declaration
public string HeaderTextFontStyle { get; set; }
Property Value Type Description System.String Declaration
public string HeaderTextFontWeight { get; set; }
Property Value Type Description System.String Declaration
public double HeaderTextMarginBottom { get; set; }
Property Value Type Description System.Double Declaration
public double HeaderTextMarginLeft { get; set; }
Property Value Type Description System.Double Declaration
public double HeaderTextMarginRight { get; set; }
Property Value Type Description System.Double Declaration
public double HeaderTextMarginTop { get; set; }
Property Value Type Description System.Double IncludedColumns
Gets or sets names of data columns or their labels to include in displaying in the data legend, e.g. "High, Low" or "H, L"
Declarationpublic string[] IncludedColumns { get; set; }
Property Value Type Description System.String[] Remarks IncludedSeries
Gets or sets indexes or names of series to include in displaying in the data legend, e.g. "0, 1"
Declarationpublic string[] IncludedSeries { get; set; }
Property Value Type Description System.String[] LabelDisplayMode
Gets or sets the mode for displaying labels before series values in the data legend, e.g. O: H: L: C: for financial series
Declarationpublic DataLegendLabelMode LabelDisplayMode { get; set; }
Property Value LabelTextColor
Gets or sets the units text color.
Declarationpublic string LabelTextColor { get; set; }
Property Value Type Description System.String LabelTextFontFamily Declaration
public string LabelTextFontFamily { get; set; }
Property Value Type Description System.String LabelTextFontSize Declaration
public double LabelTextFontSize { get; set; }
Property Value Type Description System.Double LabelTextFontStyle Declaration
public string LabelTextFontStyle { get; set; }
Property Value Type Description System.String LabelTextFontWeight Declaration
public string LabelTextFontWeight { get; set; }
Property Value Type Description System.String LabelTextMarginBottom Declaration
public double LabelTextMarginBottom { get; set; }
Property Value Type Description System.Double LabelTextMarginLeft Declaration
public double LabelTextMarginLeft { get; set; }
Property Value Type Description System.Double LabelTextMarginRight Declaration
public double LabelTextMarginRight { get; set; }
Property Value Type Description System.Double LabelTextMarginTop Declaration
public double LabelTextMarginTop { get; set; }
Property Value Type Description System.Double LayoutMode Declaration
public DataLegendLayoutMode LayoutMode { get; set; }
Property Value PositionOffsetX
Gets or sets the offset of the tooltip layer on the X axis.
Declarationpublic double PositionOffsetX { get; set; }
Property Value Type Description System.Double PositionOffsetY
Gets or sets the offset of the tooltip layer on the Y axis.
Declarationpublic double PositionOffsetY { get; set; }
Property Value Type Description System.Double ShouldUpdateWhenSeriesDataChanges
Gets or sets whether the data legend should update when the series data is mutated.
Declarationpublic bool ShouldUpdateWhenSeriesDataChanges { get; set; }
Property Value Type Description System.Boolean SummaryLabelText
Gets or sets the units text for the data legend.
Declarationpublic string SummaryLabelText { get; set; }
Property Value Type Description System.String SummaryLabelTextColor
Gets or sets the units text color.
Declarationpublic string SummaryLabelTextColor { get; set; }
Property Value Type Description System.String SummaryLabelTextFontFamily Declaration
public string SummaryLabelTextFontFamily { get; set; }
Property Value Type Description System.String SummaryLabelTextFontSize Declaration
public double SummaryLabelTextFontSize { get; set; }
Property Value Type Description System.Double SummaryLabelTextFontStyle Declaration
public string SummaryLabelTextFontStyle { get; set; }
Property Value Type Description System.String SummaryLabelTextFontWeight Declaration
public string SummaryLabelTextFontWeight { get; set; }
Property Value Type Description System.String SummaryRowMarginBottom Declaration
public double SummaryRowMarginBottom { get; set; }
Property Value Type Description System.Double SummaryRowMarginLeft Declaration
public double SummaryRowMarginLeft { get; set; }
Property Value Type Description System.Double SummaryRowMarginRight Declaration
public double SummaryRowMarginRight { get; set; }
Property Value Type Description System.Double SummaryRowMarginTop Declaration
public double SummaryRowMarginTop { get; set; }
Property Value Type Description System.Double SummaryTitleText
Gets or sets the SummaryTitleText for the data legend.
Declarationpublic string SummaryTitleText { get; set; }
Property Value Type Description System.String SummaryTitleTextColor
Gets or sets the summary text color.
Declarationpublic string SummaryTitleTextColor { get; set; }
Property Value Type Description System.String SummaryTitleTextFontFamily Declaration
public string SummaryTitleTextFontFamily { get; set; }
Property Value Type Description System.String SummaryTitleTextFontSize Declaration
public double SummaryTitleTextFontSize { get; set; }
Property Value Type Description System.Double SummaryTitleTextFontStyle Declaration
public string SummaryTitleTextFontStyle { get; set; }
Property Value Type Description System.String SummaryTitleTextFontWeight Declaration
public string SummaryTitleTextFontWeight { get; set; }
Property Value Type Description System.String SummaryTitleTextMarginBottom Declaration
public double SummaryTitleTextMarginBottom { get; set; }
Property Value Type Description System.Double SummaryTitleTextMarginLeft Declaration
public double SummaryTitleTextMarginLeft { get; set; }
Property Value Type Description System.Double SummaryTitleTextMarginRight Declaration
public double SummaryTitleTextMarginRight { get; set; }
Property Value Type Description System.Double SummaryTitleTextMarginTop Declaration
public double SummaryTitleTextMarginTop { get; set; }
Property Value Type Description System.Double SummaryType
Gets or sets the SummaryType for the data legend.
Declarationpublic DataLegendSummaryType SummaryType { get; set; }
Property Value SummaryUnitsText
Gets or sets the units text for the data legend.
Declarationpublic string SummaryUnitsText { get; set; }
Property Value Type Description System.String SummaryUnitsTextColor
Gets or sets the units text color.
Declarationpublic string SummaryUnitsTextColor { get; set; }
Property Value Type Description System.String SummaryUnitsTextFontFamily Declaration
public string SummaryUnitsTextFontFamily { get; set; }
Property Value Type Description System.String SummaryUnitsTextFontSize Declaration
public double SummaryUnitsTextFontSize { get; set; }
Property Value Type Description System.Double SummaryUnitsTextFontStyle Declaration
public string SummaryUnitsTextFontStyle { get; set; }
Property Value Type Description System.String SummaryUnitsTextFontWeight Declaration
public string SummaryUnitsTextFontWeight { get; set; }
Property Value Type Description System.String SummaryValueTextColor
Gets or sets the units text color.
Declarationpublic string SummaryValueTextColor { get; set; }
Property Value Type Description System.String SummaryValueTextFontFamily Declaration
public string SummaryValueTextFontFamily { get; set; }
Property Value Type Description System.String SummaryValueTextFontSize Declaration
public double SummaryValueTextFontSize { get; set; }
Property Value Type Description System.Double SummaryValueTextFontStyle Declaration
public string SummaryValueTextFontStyle { get; set; }
Property Value Type Description System.String SummaryValueTextFontWeight Declaration
public string SummaryValueTextFontWeight { get; set; }
Property Value Type Description System.String TargetAxis
Gets or sets the Axis to target this annotation to. If null, this annotation layer will not render content.
Declarationpublic IgbAxis TargetAxis { get; set; }
Property Value TargetAxisScript
Provides a means of setting TargetAxis in the JavaScript environment.
Declarationpublic string TargetAxisScript { get; set; }
Property Value Type Description System.String TitleTextColor
Gets or sets the display text color.
Declarationpublic string TitleTextColor { get; set; }
Property Value Type Description System.String TitleTextFontFamily Declaration
public string TitleTextFontFamily { get; set; }
Property Value Type Description System.String TitleTextFontSize Declaration
public double TitleTextFontSize { get; set; }
Property Value Type Description System.Double TitleTextFontStyle Declaration
public string TitleTextFontStyle { get; set; }
Property Value Type Description System.String TitleTextFontWeight Declaration
public string TitleTextFontWeight { get; set; }
Property Value Type Description System.String TitleTextMarginBottom Declaration
public double TitleTextMarginBottom { get; set; }
Property Value Type Description System.Double TitleTextMarginLeft Declaration
public double TitleTextMarginLeft { get; set; }
Property Value Type Description System.Double TitleTextMarginRight Declaration
public double TitleTextMarginRight { get; set; }
Property Value Type Description System.Double TitleTextMarginTop Declaration
public double TitleTextMarginTop { get; set; }
Property Value Type Description System.Double Type Declaration
public override string Type { get; }
Property Value Type Description System.String Overrides UnitsDisplayMode
Gets or sets the UnitsMode for the data legend.
Declarationpublic DataLegendUnitsMode UnitsDisplayMode { get; set; }
Property Value UnitsText
Gets or sets the units text for the data legend.
Declarationpublic string UnitsText { get; set; }
Property Value Type Description System.String UnitsTextColor
Gets or sets the units text color.
Declarationpublic string UnitsTextColor { get; set; }
Property Value Type Description System.String UnitsTextFontFamily Declaration
public string UnitsTextFontFamily { get; set; }
Property Value Type Description System.String UnitsTextFontSize Declaration
public double UnitsTextFontSize { get; set; }
Property Value Type Description System.Double UnitsTextFontStyle Declaration
public string UnitsTextFontStyle { get; set; }
Property Value Type Description System.String UnitsTextFontWeight Declaration
public string UnitsTextFontWeight { get; set; }
Property Value Type Description System.String UnitsTextMarginBottom Declaration
public double UnitsTextMarginBottom { get; set; }
Property Value Type Description System.Double UnitsTextMarginLeft Declaration
public double UnitsTextMarginLeft { get; set; }
Property Value Type Description System.Double UnitsTextMarginRight Declaration
public double UnitsTextMarginRight { get; set; }
Property Value Type Description System.Double UnitsTextMarginTop Declaration
public double UnitsTextMarginTop { get; set; }
Property Value Type Description System.Double UseInterpolation
Gets or sets whether to use value interpolation when drawing the tooltips.
Declarationpublic bool UseInterpolation { get; set; }
Property Value Type Description System.Boolean ValueFormatAbbreviation
Gets or sets mode for abbreviating large numbers displayed in the legend
Declarationpublic DataAbbreviationMode ValueFormatAbbreviation { get; set; }
Property Value ValueFormatCulture
Gets or sets globalization culture when displaying values as currencies, e.g. use "en-GB" to display British pound symbol when the ValueFormatMode property is set to 'Currency' mode
Declarationpublic string ValueFormatCulture { get; set; }
Property Value Type Description System.String ValueFormatMaxFractions
Gets or sets maximum digits for formating numbers displayed in the legend
Declarationpublic int ValueFormatMaxFractions { get; set; }
Property Value Type Description System.Int32 ValueFormatMinFractions
Gets or sets minimum digits for formating numbers displayed in the legend
Declarationpublic int ValueFormatMinFractions { get; set; }
Property Value Type Description System.Int32 ValueFormatMode
Gets or sets the mode for displaying values in the data legend, e.g. Currency ($500.25), Decimal (500.25), Integer (500)
Declarationpublic DataLegendValueMode ValueFormatMode { get; set; }
Property Value ValueFormatSpecifiers
Gets or sets the format specifiers to use with the ValueFormatString string.
Declarationpublic IgbFormatSpecifierCollection ValueFormatSpecifiers { get; set; }
Property Value ValueFormatString
Gets or sets the format string for values displayed in the data legend.
Declarationpublic string ValueFormatString { get; set; }
Property Value Type Description System.String ValueFormatUseGrouping
Gets or sets whether or not use grouping separator, e.g, 15,000 for 15000
Declarationpublic bool ValueFormatUseGrouping { get; set; }
Property Value Type Description System.Boolean ValueRowMarginBottom Declaration
public double ValueRowMarginBottom { get; set; }
Property Value Type Description System.Double ValueRowMarginLeft Declaration
public double ValueRowMarginLeft { get; set; }
Property Value Type Description System.Double ValueRowMarginRight Declaration
public double ValueRowMarginRight { get; set; }
Property Value Type Description System.Double ValueRowMarginTop Declaration
public double ValueRowMarginTop { get; set; }
Property Value Type Description System.Double ValueRowVisible
Gets or sets whether to show series rows.
Declarationpublic bool ValueRowVisible { get; set; }
Property Value Type Description System.Boolean ValueTextColor
Gets or sets the units text color.
Declarationpublic string ValueTextColor { get; set; }
Property Value Type Description System.String ValueTextFontFamily Declaration
public string ValueTextFontFamily { get; set; }
Property Value Type Description System.String ValueTextFontSize Declaration
public double ValueTextFontSize { get; set; }
Property Value Type Description System.Double ValueTextFontStyle Declaration
public string ValueTextFontStyle { get; set; }
Property Value Type Description System.String ValueTextFontWeight Declaration
public string ValueTextFontWeight { get; set; }
Property Value Type Description System.String ValueTextMarginBottom Declaration
public double ValueTextMarginBottom { get; set; }
Property Value Type Description System.Double ValueTextMarginLeft Declaration
public double ValueTextMarginLeft { get; set; }
Property Value Type Description System.Double ValueTextMarginRight Declaration
public double ValueTextMarginRight { get; set; }
Property Value Type Description System.Double ValueTextMarginTop Declaration
public double ValueTextMarginTop { get; set; }
Property Value Type Description System.Double ValueTextUseSeriesColors
Gets or sets whether to use series colors when displaying values in the legend
Declarationpublic bool ValueTextUseSeriesColors { get; set; }
Property Value Type Description System.Boolean ValueTextWhenMissingData
Gets or sets text displayed when data column is missing a value, e.g. "no data"
Declarationpublic string ValueTextWhenMissingData { get; set; }
Property Value Type Description System.String Methods EnsureModulesLoaded() Declaration
protected override void EnsureModulesLoaded()
Overrides FindByName(String) Declaration
public override object FindByName(string name)
Parameters Type Name Description System.String name Returns Type Description System.Object Overrides HideToolTips() Declaration
public override void HideToolTips()
Overrides HideToolTipsAsync()
Hides any tooltips presented by the layer, if any.
Declarationpublic override Task HideToolTipsAsync()
Returns Type Description System.Threading.Tasks.Task Overrides HideToolTipsImmediate() Declaration
public override void HideToolTipsImmediate()
Overrides HideToolTipsImmediateAsync()
Hides any tooltips presented by the layer, if any.
Declarationpublic override Task HideToolTipsImmediateAsync()
Returns Type Description System.Threading.Tasks.Task Overrides Implements
System.IDisposable
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4