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





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

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

 Syntax

C#  Copy Code

public double FrameRightThickness { get; set; }

Visual Basic  Copy Code

Public Property FrameRightThickness As Double

 Property Value

A double value. The default value is 50.0.

 Remarks

The FrameRightThickness property specifies the space to the right of the plot area. It gets distributed by the axes in the Y2AxisCollection.

 See Also

RealTimeChart Members
RealTimeChart Class
MindFusion.RealTimeCharting.Wpf Namespace