Table of Contents

Class RoundAxisTitle

Namespace
LightningChartLib.WinForms.Charting.Titles
Assembly
LightningChart.WinForms.Charting.NET4.dll

Round axes title. Shows title text for axis.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class RoundAxisTitle : BorderedFilledTitle, IChartNode, IDisposable, IHighlightingItem
Inheritance
RoundAxisTitle
Implements
Inherited Members

Constructors

RoundAxisTitle()

Constructor, for serialization purposes.

public RoundAxisTitle()

RoundAxisTitle(IChartNode)

Constructor.

public RoundAxisTitle(IChartNode owner)

Parameters

owner IChartNode

Parent.

Properties

DistanceToAxis

Title distance from axis line

public int DistanceToAxis { get; set; }

Property Value

int

RadialOffsetPercentage

Radial offset of title as percentage. 0 = axis begin, 100 = axis end. this affects first, then RadialOffsetPixels.

public int RadialOffsetPercentage { get; set; }

Property Value

int

RadialOffsetPixels

Radial offset of title as pixels. 0 = axis begin, 100 = axis end. RadialOffsetPercentage affects first, then this.

public int RadialOffsetPixels { get; set; }

Property Value

int

VerticalAlign

Vertical alignment

public AlignmentVertical VerticalAlign { get; set; }

Property Value

AlignmentVertical

Methods

IsPositionOver(int, int, bool)

Is position over item.

public override bool IsPositionOver(int x, int y, bool useDIP = false)

Parameters

x int

x-coordinate

y int

y-coordinate

useDIP bool

Use DIP instead of pixels as parameters.

Returns

bool

True if position is over item, false otherwise.

ToString()

Item to string.

public override string ToString()

Returns

string
returns M:LightningChartLib.WinForms.Charting.Titles.RoundAxisTitle.ToString