Gets or sets the method used for plotting the function.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(PlotLinesMethodEnum.Lines)] public PlotLinesMethodEnum PlotLinesMethod { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(PlotLinesMethodEnum.Lines)> _ Public Property PlotLinesMethod As PlotLinesMethodEnum Get Set |