Table of Contents

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

owner IChartNode

Parent.

Properties

AlignToValue

Alignment value.

public double AlignToValue { get; set; }

Property Value

double

DistanceToAxis

Title distance from axis line. Value is ignored, if AxisTitleAutoPlacement is enabled.

public int DistanceToAxis { get; set; }

Property Value

int

Methods

OnDeserialized(StreamingContext)

OnDeserialized is called just after the object has been deserialized

[OnDeserialized]
protected void OnDeserialized(StreamingContext context)

Parameters

context StreamingContext

Context

ToString()

Item to string.

public override string ToString()

Returns

string

Item as a string.