Gets or sets the visibility of the Upper and Lower Error values of an Error Bar chart.
Default: Both.
Namespace:
C1.C1Rdl.Rdl2008Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public RdlEnum<ChartErrorBarStyle> Style { get; set; } |
Visual Basic |
---|
Public Property Style As RdlEnum(Of ChartErrorBarStyle) Get Set |