AxisLinesUI.AxisLine property¶
Defined in
Type: AxisLinesUI
Namespace: CrissCross.WPF.Plot
Assembly: CrissCross.WPF.Plot.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
public AxisLine? AxisLine { get; set; }
Summary: Gets or sets the visual properties of the axis line, such as color, thickness, and style.
Returns: AxisLine?
Remarks
Set this property to customize the appearance of the axis line in the chart. If the value is
null, the axis line will not be displayed.