Class AxisTitle
- Namespace
- LightningChartLib.WinForms.Charting.Titles
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Axis title. Shows title text for axis.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class AxisTitle : BorderedFilledTitle, IChartNode, IDisposable, IHighlightingItem
- Inheritance
-
AxisTitle
- Implements
- Derived
- Inherited Members
Constructors
AxisTitle()
Constructor, for serialization purposes.
public AxisTitle()
AxisTitle(IChartNode)
Constructor.
public AxisTitle(IChartNode owner)
Parameters
ownerIChartNodeParent.
Properties
AlignToValue
Alignment value.
public double AlignToValue { get; set; }
Property Value
DistanceToAxis
Title distance from axis line. Value is ignored, if AxisTitleAutoPlacement is enabled.
public int DistanceToAxis { get; set; }
Property Value
Methods
OnDeserialized(StreamingContext)
OnDeserialized is called just after the object has been deserialized
[OnDeserialized]
protected void OnDeserialized(StreamingContext context)
Parameters
contextStreamingContextContext
ToString()
Item to string.
public override string ToString()
Returns
- string
Item as a string.