Table of Contents

Class MiniScale

Namespace
LightningChartLib.WinForms.Charting.Views.ViewXY
Assembly
LightningChart.WinForms.Charting.NET4.dll

Miniscale represents a miniature axes equivalent. Miniscales can't be used with logarithmic scales.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class MiniScale : ChartNode, IChartNode, IDisposable
Inheritance
MiniScale
Implements
Inherited Members

Constructors

MiniScale()

Simple constructor for Form designer's list editor.

public MiniScale()

MiniScale(IChartNode)

Constructor.

public MiniScale(IChartNode owner)

Parameters

owner IChartNode

Parent.

Properties

Color

Color

public Color Color { get; set; }

Property Value

Color

Direction

Y line direction

public VerticalDirection Direction { get; set; }

Property Value

VerticalDirection

HorizontalAlign

Horizontal alignment

public AlignmentHorizontal HorizontalAlign { get; set; }

Property Value

AlignmentHorizontal

LabelX

X dimension label style

public MiniScaleTitle LabelX { get; set; }

Property Value

MiniScaleTitle

LabelY

Y dimension label style

public MiniScaleTitle LabelY { get; set; }

Property Value

MiniScaleTitle

Offset

Offset from position set by HorizontalAlign and VerticalAlign

public PointIntXY Offset { get; set; }

Property Value

PointIntXY

PreferredSize

Preferred size. The control tries to adjust its size near to this, while displaying user friendly dimension values.

public SizeDoubleXY PreferredSize { get; set; }

Property Value

SizeDoubleXY

ShowX

Show X dimension

public bool ShowX { get; set; }

Property Value

bool

ShowY

Show Y dimension

public bool ShowY { get; set; }

Property Value

bool

Thickness

Dimension lines thickness

public int Thickness { get; set; }

Property Value

int

VerticalAlign

Vertical alignment

public AlignmentVertical VerticalAlign { get; set; }

Property Value

AlignmentVertical

Visible

Is miniscale visible or not

public bool Visible { get; set; }

Property Value

bool

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

True if managed resources should be disposed, otherwise false.

ToString()

Convert class description to string.

public override string ToString()

Returns

string

Class description as a string.