GraffitiGridChartLine

Enumerations #

Name Values

This class exposes no enumerations.

Constants #

Name Type Value

This class exposes no constants.

Events #

Definition Parameters Description

This class exposes no events.

Methods #

Definition Parameters Return Type Description

This class exposes no methods.

Properties #

Name Type Default Value Description
HasHoverSpotColor Boolean True If True, HoverSpotColor will be used when the mouse hovers over a data point.
HasNormalColor Boolean False Color drawn to denote the area considered Normal per NormalMaximum and NormalMinimum.
HasNormalMaximum Boolean False Applies the specified maximum normal value.
HasNormalMinimum Boolean False Applies the specified minimum normal value.
HasSpotColor Boolean True Color used to draw spots for data points.
HasSpotColorMaximum Boolean True If True, SpotColorMaximum will be used to draw spots that are above the normal maximum.
HasSpotColorMinimum Boolean True If True, SpotColorMinimum will be used to draw data points that fall below the normal minimum.
HoverSpotColor Color &c50f050 Color used to draw data point spots that fall within the normal range when hovered.
LineWidth Integer 1 Pen width of the line in pixels.
NormalColor Color &c000000 Color used to draw the normal range.
NormalMaximum Integer -1 Maximum data value that is considered normal.
NormalMinimum Integer -1 Minimum data value that is considered normal.
SpotColor Color &cf08000 Color used to draw data point spots that fall within the normal range.
SpotColorMaximum Color &cf08000 Used to draw data point spots that are above the specified normal.
SpotColorMinimum Color &cf08000 Used to draw data point spots that are below the specified normal.
SpotRadius Double 1.5 Radius of data point spots.

Examples #

This class currently has no examples.

Notes #

This class currently has no notes.