Table of Contents

Class EventMarkerTitle

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

Event marker title. Shows text near an event marker.

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

Constructors

EventMarkerTitle()

Constructor, for serialization purposes.

public EventMarkerTitle()

EventMarkerTitle(IChartNode)

Constructor.

public EventMarkerTitle(IChartNode owner)

Parameters

owner IChartNode

Parent.

EventMarkerTitle(IChartNode, string, AlignmentHorizontal, AlignmentVertical, Font, Color, double, int, TextShadow)

Constructor.

public EventMarkerTitle(IChartNode owner, string text, AlignmentHorizontal horizAlign, AlignmentVertical vertAlign, Font font, Color color, double angle, int distance, TextShadow shadow)

Parameters

owner IChartNode

Parent.

text string

Text.

horizAlign AlignmentHorizontal

Horizontal alignment.

vertAlign AlignmentVertical

Vertical alignment.

font Font

Font.

color Color

Color.

angle double

RotateAngle in degrees.

distance int

Distance from symbol.

shadow TextShadow

Shadow.

Properties

Distance

Text distance from symbol

public int Distance { get; set; }

Property Value

int

HorizontalAlign

Horizontal alignment

public AlignmentHorizontal HorizontalAlign { get; set; }

Property Value

AlignmentHorizontal

VerticalAlign

Vertical alignment

public AlignmentVertical VerticalAlign { get; set; }

Property Value

AlignmentVertical

Methods

CreateShadow()

Create shadow.

protected override void CreateShadow()