ChartSeriesGroup.axis_y property. Provides access to properties of the Y axis of this series group....= [ 'Category 1' , 'Category 2' , 'Category 3' ] series . add...= [ 2 , 3 , 4 ]) series . add ( series_name = 'Series 2 of primary...
ChartDataPoint.format property. Provides access to fill and line formatting of this data point....toEqual ( "Series 2" ); expect ( chart . series . at ( 2 ). name ).... at ( 1 ). dataPoints . at ( 2 ); dataPoint . format . fill ...
GradientStopCollection.count property. Gets an integer value indicating the number of items in the collection.... at ( 2 ); gradientStops . remove ( gradientStop...gradientStops . count ). toEqual ( 2 ); //expect(gradientStops.at(0)...
GradientStop.color property. Gets or sets a value representing the color of the gradient stop.... at ( 2 ); gradientStops . remove ( gradientStop...gradientStops . count ). toEqual ( 2 ); //expect(gradientStops.at(0)...