[]
        
(Showing Draft Content)

C1.WPF.C1Chart.LineAreaOptions

LineAreaOptions Class

Specifies various advanced options for line and area charts.

Inheritance
LineAreaOptions
Namespace: C1.WPF.C1Chart
Assembly: C1.WPF.C1Chart.4.6.2.dll
Syntax
public class LineAreaOptions : DependencyObject

Constructors

Name Description
LineAreaOptions()

Fields

Name Description
ClippingProperty
OptimizationRadiusProperty
OptimizationRadiusScopeProperty

Methods

Name Description
GetClipping(C1Chart)

Gets the value of the Clipping attached property for a specified chart.

GetOptimizationRadius(DependencyObject)

Gets the value of the OptimizationRadius attached property for a specified chart.

GetOptimizationRadiusScope(C1Chart)

Gets the value of the OptimizationRadiusScope attached property for the specified chart.

SetClipping(C1Chart, Clipping)

Sets the value of the ClippingProperty attached property for a specified chart.

SetOptimizationRadius(DependencyObject, double)

Sets the value of the OptimizationRadius attached property for a specified chart. The property controls rendering optimization for line and area charts with large data arrays. If the distance between consequent data points is less than radius the point is skipped from rendering.

SetOptimizationRadiusScope(DependencyObject, OptimizationRadiusScope)

Sets the value of the OptimizationRadiusScope attached property for the specified chart.