Represents a sparkline chart.
InheritanceSystem.Object
IgbSparkline
ImplementsSystem.IDisposable
Namespace: IgniteUI.Blazor.Controls Assembly: IgniteUI.Blazor.dll Syntaxpublic class IgbSparkline : BaseRendererControl, RefSink, JsonSerializable, IDisposable
Constructors IgbSparkline() Declaration Properties ActualHorizontalLabelFormatSpecifiers Declaration
public IgbFormatSpecifierCollection ActualHorizontalLabelFormatSpecifiers { get; }
Property Value ActualPixelScalingRatio
Gets the actual scaling value used by the component to affect the pixel density of the control.
Declarationpublic double ActualPixelScalingRatio { get; set; }
Property Value Type Description System.Double ActualVerticalLabelFormatSpecifiers Declaration
public IgbFormatSpecifierCollection ActualVerticalLabelFormatSpecifiers { get; }
Property Value Brush
Gets or sets the sparkline brush.
Declarationpublic string Brush { get; set; }
Property Value Type Description System.String ContentHorizontalLabelFormatSpecifiers Declaration
public IgbFormatSpecifierCollection ContentHorizontalLabelFormatSpecifiers { get; }
Property Value ContentVerticalLabelFormatSpecifiers Declaration
public IgbFormatSpecifierCollection ContentVerticalLabelFormatSpecifiers { get; }
Property Value DataSource
Gets or sets the ItemsSource of the sparkline.
Declarationpublic object DataSource { get; set; }
Property Value Type Description System.Object DataSourceScript
Provides a means of setting DataSource in the JavaScript environment.
Declarationpublic string DataSourceScript { get; set; }
Property Value Type Description System.String DefaultEventBehavior Declaration
protected override ControlEventBehavior DefaultEventBehavior { get; }
Property Value Overrides DisplayNormalRangeInFront
Gets or sets the position of the normal range on the sparkline.
Declarationpublic bool DisplayNormalRangeInFront { get; set; }
Property Value Type Description System.Boolean DisplayType
Gets or sets the display type of the sparkline.
Declarationpublic SparklineDisplayType DisplayType { get; set; }
Property Value FirstMarkerBrush
Gets or sets the first marker brush of the sparkline.
Declarationpublic string FirstMarkerBrush { get; set; }
Property Value Type Description System.String FirstMarkerSize
Gets or sets the first marker size of the sparkline.
Declarationpublic double FirstMarkerSize { get; set; }
Property Value Type Description System.Double FirstMarkerVisibility
Gets or sets the first marker visibility of the sparkline.
Declarationpublic Visibility FirstMarkerVisibility { get; set; }
Property Value FormatLabel Declaration
public string FormatLabel { get; set; }
Property Value Type Description System.String FormatLabelScript Declaration
public string FormatLabelScript { get; set; }
Property Value Type Description System.String HighMarkerBrush
Gets or sets the high marker brush of the sparkline.
Declarationpublic string HighMarkerBrush { get; set; }
Property Value Type Description System.String HighMarkerSize
Gets or sets the high marker size of the sparkline.
Declarationpublic double HighMarkerSize { get; set; }
Property Value Type Description System.Double HighMarkerVisibility
Gets or sets the high marker visibility of the sparkline.
Declarationpublic Visibility HighMarkerVisibility { get; set; }
Property Value HorizontalAxisBrush
Gets or sets the horizontal axis line brush of the sparkline.
Declarationpublic string HorizontalAxisBrush { get; set; }
Property Value Type Description System.String HorizontalAxisLabel
The value or content to display on the horizontal axis.
Declarationpublic object HorizontalAxisLabel { get; set; }
Property Value Type Description System.Object HorizontalAxisLabelScript
Provides a means of setting HorizontalAxisLabel in the JavaScript environment.
Declarationpublic string HorizontalAxisLabelScript { get; set; }
Property Value Type Description System.String HorizontalAxisVisibility
Gets or sets the display state of the horizontal axis.
Declarationpublic Visibility HorizontalAxisVisibility { get; set; }
Property Value HorizontalLabelFormat
Gets or sets the label composite format used when creating label values.
Declarationpublic string HorizontalLabelFormat { get; set; }
Property Value Type Description System.String HorizontalLabelFormatSpecifiers
Gets or sets the format specifiers to use with the HorizontalLabelFormat string.
Declarationpublic IgbFormatSpecifierCollection HorizontalLabelFormatSpecifiers { get; set; }
Property Value LabelMemberPath
String identifier of a column or property name to get labels from on each item in the data source. These labels will be retrieved from the first and last item, and displayed by the horizontal axis.
Declarationpublic string LabelMemberPath { get; set; }
Property Value Type Description System.String LastMarkerBrush
Gets or sets the last marker brush of the sparkline.
Declarationpublic string LastMarkerBrush { get; set; }
Property Value Type Description System.String LastMarkerSize
Gets or sets the last marker size of the sparkline.
Declarationpublic double LastMarkerSize { get; set; }
Property Value Type Description System.Double LastMarkerVisibility
Gets or sets the last marker visibility of the sparkline.
Declarationpublic Visibility LastMarkerVisibility { get; set; }
Property Value LineThickness
Gets or sets the line thickness of the sparkline.
Declarationpublic double LineThickness { get; set; }
Property Value Type Description System.Double LowMarkerBrush
Gets or sets the low marker brush of the sparkline.
Declarationpublic string LowMarkerBrush { get; set; }
Property Value Type Description System.String LowMarkerSize
Gets or sets the low marker size of the sparkline.
Declarationpublic double LowMarkerSize { get; set; }
Property Value Type Description System.Double LowMarkerVisibility
Gets or sets the low marker visibility of the sparkline.
Declarationpublic Visibility LowMarkerVisibility { get; set; }
Property Value MarkerBrush
Gets or sets the marker brush of the sparkline.
Declarationpublic string MarkerBrush { get; set; }
Property Value Type Description System.String MarkerSize
Gets or sets the marker size of the sparkline.
Declarationpublic double MarkerSize { get; set; }
Property Value Type Description System.Double MarkerVisibility
Gets or sets the marker visibility of the sparkline.
Declarationpublic Visibility MarkerVisibility { get; set; }
Property Value Maximum
Gets or sets the maximum value of the y axis.
Declarationpublic double Maximum { get; set; }
Property Value Type Description System.Double Minimum
Gets or sets the minimum value of the y axis.
Declarationpublic double Minimum { get; set; }
Property Value Type Description System.Double NegativeBrush
Gets or sets the negative brush of the sparkline.
Declarationpublic string NegativeBrush { get; set; }
Property Value Type Description System.String NegativeMarkerBrush
Gets or sets the negative marker brush of the sparkline.
Declarationpublic string NegativeMarkerBrush { get; set; }
Property Value Type Description System.String NegativeMarkerSize
Gets or sets the negative marker size of the sparkline.
Declarationpublic double NegativeMarkerSize { get; set; }
Property Value Type Description System.Double NegativeMarkerVisibility
Gets or sets the negative marker visibility of the sparkline.
Declarationpublic Visibility NegativeMarkerVisibility { get; set; }
Property Value NormalRangeFill
Gets or sets the normal range brush of the sparkline.
Declarationpublic string NormalRangeFill { get; set; }
Property Value Type Description System.String NormalRangeMaximum
Gets or sets the maximum value of the normal range.
Declarationpublic double NormalRangeMaximum { get; set; }
Property Value Type Description System.Double NormalRangeMinimum
Gets or sets the minimum value of the normal range.
Declarationpublic double NormalRangeMinimum { get; set; }
Property Value Type Description System.Double NormalRangeVisibility
Gets or sets the normal range visibility of the sparkline.
Declarationpublic Visibility NormalRangeVisibility { get; set; }
Property Value ParentTypeName Declaration
protected override string ParentTypeName { get; }
Property Value Type Description System.String Overrides PixelScalingRatio
Gets or sets the scaling value used to affect the pixel density of the control.
Declarationpublic double PixelScalingRatio { get; set; }
Property Value Type Description System.Double TrendLineBrush
Gets or sets the trendline brush of the sparkline.
Declarationpublic string TrendLineBrush { get; set; }
Property Value Type Description System.String TrendLinePeriod
Gets or sets the trendline period used by the sparkline.
Declarationpublic int TrendLinePeriod { get; set; }
Property Value Type Description System.Int32 TrendLineThickness
Gets or sets the thickness of the sparkline's trendline.
Declarationpublic double TrendLineThickness { get; set; }
Property Value Type Description System.Double TrendLineType
Gets or sets the type of trendline used by the sparkline.
Declarationpublic TrendLineType TrendLineType { get; set; }
Property Value Type Declaration
public override string Type { get; }
Property Value Type Description System.String Overrides UnknownValuePlotting
Gets or sets the way null values are interpreted.
Declarationpublic UnknownValuePlotting UnknownValuePlotting { get; set; }
Property Value ValueMemberPath
Gets or sets the string path to the value column.
Declarationpublic string ValueMemberPath { get; set; }
Property Value Type Description System.String VerticalAxisBrush
Gets or sets the vertical axis line brush of the sparkline.
Declarationpublic string VerticalAxisBrush { get; set; }
Property Value Type Description System.String VerticalAxisLabel
The value or content to display on the vertical axis.
Declarationpublic object VerticalAxisLabel { get; set; }
Property Value Type Description System.Object VerticalAxisLabelScript
Provides a means of setting VerticalAxisLabel in the JavaScript environment.
Declarationpublic string VerticalAxisLabelScript { get; set; }
Property Value Type Description System.String VerticalAxisVisibility
Gets or sets the display state of the vertical axis.
Declarationpublic Visibility VerticalAxisVisibility { get; set; }
Property Value VerticalLabelFormat
Gets or sets the label composite format used when creating label values.
Declarationpublic string VerticalLabelFormat { get; set; }
Property Value Type Description System.String VerticalLabelFormatSpecifiers
Gets or sets the format specifiers to use with the VerticalLabelFormat string.
Declarationpublic IgbFormatSpecifierCollection VerticalLabelFormatSpecifiers { get; set; }
Property Value Methods EnsureModulesLoaded() Declaration
protected override void EnsureModulesLoaded()
Overrides ExportSerializedVisualData() Declaration
public string ExportSerializedVisualData()
Returns Type Description System.String ExportSerializedVisualDataAsync()
Returns visuals as a serialized string.
Declarationpublic Task<string> ExportSerializedVisualDataAsync()
Returns Type Description System.Threading.Tasks.Task<System.String> FindByName(String) Declaration
public override object FindByName(string name)
Parameters Type Name Description System.String name Returns Type Description System.Object Overrides NotifyClearItems(Object) Declaration
public void NotifyClearItems(object source_)
Parameters Type Name Description System.Object source_ NotifyClearItemsAsync(Object)
Used to manually notify the IgbSparkline that the data source has reset or cleared its items. Invoking this method is only necessary if that datasource is not observable.
Declarationpublic Task NotifyClearItemsAsync(object source_)
Parameters Type Name Description System.Object source_
The data source which was cleared or reset.
Returns Type Description System.Threading.Tasks.Task NotifyInsertItem(Object, Int32, Object) Declarationpublic void NotifyInsertItem(object source_, int index, object newItem)
Parameters Type Name Description System.Object source_ System.Int32 index System.Object newItem NotifyInsertItemAsync(Object, Int32, Object) Declaration
public Task NotifyInsertItemAsync(object source_, int index, object newItem)
Parameters Type Name Description System.Object source_ System.Int32 index System.Object newItem Returns Type Description System.Threading.Tasks.Task NotifyRemoveItem(Object, Int32, Object) Declaration
public void NotifyRemoveItem(object source_, int index, object oldItem)
Parameters Type Name Description System.Object source_ System.Int32 index System.Object oldItem NotifyRemoveItemAsync(Object, Int32, Object) Declaration
public Task NotifyRemoveItemAsync(object source_, int index, object oldItem)
Parameters Type Name Description System.Object source_ System.Int32 index System.Object oldItem Returns Type Description System.Threading.Tasks.Task NotifyResized() Declaration
public void NotifyResized()
NotifyResizedAsync()
Notify that the control has resized.
Declarationpublic Task NotifyResizedAsync()
Returns Type Description System.Threading.Tasks.Task NotifySetItem(Object, Int32, Object, Object) Declaration
public void NotifySetItem(object source_, int index, object oldItem, object newItem)
Parameters Type Name Description System.Object source_ System.Int32 index System.Object oldItem System.Object newItem NotifySetItemAsync(Object, Int32, Object, Object) Declaration
public Task NotifySetItemAsync(object source_, int index, object oldItem, object newItem)
Parameters Type Name Description System.Object source_ System.Int32 index System.Object oldItem System.Object newItem Returns Type Description System.Threading.Tasks.Task ProvideContainer(Object) Declaration
public void ProvideContainer(object container)
Parameters Type Name Description System.Object container ProvideContainerAsync(Object)
Provides a container to the sparkline control.
Declarationpublic Task ProvideContainerAsync(object container)
Parameters Type Name Description System.Object container
The container.
Returns Type Description System.Threading.Tasks.Task ImplementsSystem.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