Class IgbMarkerSeries
Represents the base class for series containing markers.
Inheritance
System.Object
IgbMarkerSeries
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbMarkerSeries : IgbSeries, JsonSerializable, IDisposable
Constructors
IgbMarkerSeries()
Declaration
Properties
ActualMarkerBrush
Gets the effective marker brush for the current series object.
Declaration
public string ActualMarkerBrush { get; set; }
Property Value
Type |
Description |
System.String |
|
ActualMarkerOutline
Gets the effective marker outline for the current series object.
Declaration
public string ActualMarkerOutline { get; set; }
Property Value
Type |
Description |
System.String |
|
ActualMarkerTemplate
Gets the effective marker template for the current series object.
Declaration
public object ActualMarkerTemplate { get; set; }
Property Value
Type |
Description |
System.Object |
|
ActualMarkerTemplateScript
Provides a means of setting ActualMarkerTemplate in the JavaScript environment.
Declaration
public string ActualMarkerTemplateScript { get; set; }
Property Value
Type |
Description |
System.String |
|
MarkerBrush
Gets or sets the brush that specifies how the current series object's marker interiors are painted.
Declaration
public string MarkerBrush { get; set; }
Property Value
Type |
Description |
System.String |
|
MarkerFillMode
Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
Declaration
public MarkerFillMode MarkerFillMode { get; set; }
Property Value
MarkerOutline
Gets or sets the brush that specifies how the current series object's marker outlines are painted.
Declaration
public string MarkerOutline { get; set; }
Property Value
Type |
Description |
System.String |
|
MarkerOutlineMode
Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
Declaration
public MarkerOutlineMode MarkerOutlineMode { get; set; }
Property Value
MarkerTemplate
Gets or sets the MarkerTemplate for the current series object.
Declaration
public object MarkerTemplate { get; set; }
Property Value
Type |
Description |
System.Object |
|
MarkerTemplateScript
Provides a means of setting MarkerTemplate in the JavaScript environment.
Declaration
public string MarkerTemplateScript { get; set; }
Property Value
Type |
Description |
System.String |
|
MarkerThickness
Gets or sets thickness of the marker outline
Declaration
public double MarkerThickness { get; set; }
Property Value
Type |
Description |
System.Double |
|
MarkerType
Gets or sets the marker type for the current series object.
Declaration
public MarkerType MarkerType { get; set; }
Property Value
Type
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Object |
|
Overrides
Implements
System.IDisposable