Enum
PolarGridLineVisibility

Defines the availability of the grid lines within a PolarChartGrid.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public enum PolarGridLineVisibility

Fields

Both

Both Polar and Radial lines are visible.

Declaration

cs-api-definition
Both = 3

Field Value

PolarGridLineVisibility

None

No grid lines are displayed.

Declaration

cs-api-definition
None = 0

Field Value

PolarGridLineVisibility

Polar

The Polar (radius) lines are visible.

Declaration

cs-api-definition
Polar = 1

Field Value

PolarGridLineVisibility

Radial

The Radial (angle) lines (ellipses) are visible.

Declaration

cs-api-definition
Radial = 2

Field Value

PolarGridLineVisibility

In this article
DefinitionFieldsBothNonePolarRadial
Not finding the help you need?
Contact Support