Class StockChartCommonStripLine
To specify customization options for stock chart axis stripline.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartCommonStripLine : OwningComponentBase
Constructors
StockChartCommonStripLine()
Declaration
public StockChartCommonStripLine()
Properties
Color
Color of the strip line.
Declaration
public string Color { get; set; }
Property Value
Type |
---|
System.String |
DashArray
Dash Array of the strip line.
Declaration
public string DashArray { get; set; }
Property Value
Type |
---|
System.String |
Delay
The option to delay animation of the series.
Declaration
public double Delay { get; set; }
Property Value
Type |
---|
System.Double |
Duration
The duration of animation in milliseconds.
Declaration
public double Duration { get; set; }
Property Value
Type |
---|
System.Double |
Enable
If set to true, series gets animated on initial loading.
Declaration
public bool Enable { get; set; }
Property Value
Type |
---|
System.Boolean |
End
End value of the strip line.
Declaration
public object End { get; set; }
Property Value
Type |
---|
System.Object |
HorizontalAlignment
Defines the position of the strip line text horizontally. They are, Start: Places the strip line text at the start. Middle: Places the strip line text in the middle. End: Places the strip line text at the end.
Declaration
public Anchor HorizontalAlignment { get; set; }
Property Value
Type |
---|
Anchor |
IsRepeat
isRepeat value of the strip line.
Declaration
public bool IsRepeat { get; set; }
Property Value
Type |
---|
System.Boolean |
IsSegmented
isSegmented value of the strip line.
Declaration
public bool IsSegmented { get; set; }
Property Value
Type |
---|
System.Boolean |
Opacity
Strip line Opacity.
Declaration
public double Opacity { get; set; }
Property Value
Type |
---|
System.Double |
RepeatEvery
RepeatEvery value of the strip line.
Declaration
public object RepeatEvery { get; set; }
Property Value
Type |
---|
System.Object |
RepeatUntil
RepeatUntil value of the strip line.
Declaration
public object RepeatUntil { get; set; }
Property Value
Type |
---|
System.Object |
Rotation
The angle to which the strip line text gets rotated.
Declaration
public double Rotation { get; set; }
Property Value
Type |
---|
System.Double |
SegmentAxisName
SegmentAxisName of the strip line.
Declaration
public string SegmentAxisName { get; set; }
Property Value
Type |
---|
System.String |
SegmentEnd
SegmentEnd value of the strip line.
Declaration
public object SegmentEnd { get; set; }
Property Value
Type |
---|
System.Object |
SegmentStart
SegmentStart value of the strip line.
Declaration
public object SegmentStart { get; set; }
Property Value
Type |
---|
System.Object |
Size
Size of the strip line, when it starts from the origin.
Declaration
public double Size { get; set; }
Property Value
Type |
---|
System.Double |
SizeType
Size type of the strip line.
Declaration
public SizeType SizeType { get; set; }
Property Value
Type |
---|
SizeType |
Start
Start value of the strip line.
Declaration
public object Start { get; set; }
Property Value
Type |
---|
System.Object |
StartFromAxis
If set true, strip line get render from axis origin.
Declaration
public bool StartFromAxis { get; set; }
Property Value
Type |
---|
System.Boolean |
Text
Strip line text.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
VerticalAlignment
Defines the position of the strip line text vertically. They are, Start: Places the strip line text at the start. Middle: Places the strip line text in the middle. End: Places the strip line text at the end.
Declaration
public Anchor VerticalAlignment { get; set; }
Property Value
Type |
---|
Anchor |
Visible
If set true, strip line for axis renders.
Declaration
public bool Visible { get; set; }
Property Value
Type |
---|
System.Boolean |
ZIndex
Specifies the order of the strip line. They are, Behind: Places the strip line behind the series elements. Over: Places the strip line over the series elements.
Declaration
public ZIndex ZIndex { get; set; }
Property Value
Type |
---|
ZIndex |