MindFusion.Wpf Pack Programmer's Guide
RealTimeChart.FrameLeftThickness Property
See Also
 





Gets or sets the thickness of the left plot area frame.

Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf

 Syntax

C#  Copy Code

public double FrameLeftThickness { get; set; }

Visual Basic  Copy Code

Public Property FrameLeftThickness As Double

 Property Value

A double value. The default value is 50.0.

 Remarks

The FrameLeftThickness property specifies the space to the left of the plot area. It gets distributed by the axes in the YAxisCollection.

 See Also

RealTimeChart Members
RealTimeChart Class
MindFusion.RealTimeCharting.Wpf Namespace