Class Tick
Base component for all chart ticks.
public abstract class Tick : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
- Inheritance
-
Tick
- Implements
- Derived
- Inherited Members
Constructors
Tick()
protected Tick()
Properties
ChildContent
Gets or sets the child content.
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
LineType
Gets or sets the type of the line used to display the tick.
[Parameter]
public LineType LineType { get; set; }
Property Value
Stroke
Gets or sets the stroke (line color) of the tick.
[Parameter]
public string Stroke { get; set; }
Property Value
StrokeWidth
Gets or sets the pixel width of the tick.
[Parameter]
public double StrokeWidth { get; set; }
Property Value
Text
Gets or sets the text of the tick.
[Parameter]
public string Text { get; set; }
Property Value
X
Gets or sets the X coordinate.
[Parameter]
public double X { get; set; }
Property Value
Y
Gets or sets the Y coordinate.
[Parameter]
public double Y { get; set; }